toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.workflow.control
/
ScatterGatherBuilder
/
ElementBuilder
Element
Builder
class
ElementBuilder
<
RESULT
:
Any
>
(
resultClass
:
Class
<
RESULT
>
)
Members
Constructors
Element
Builder
Link copied to clipboard
constructor
(
resultClass
:
Class
<
RESULT
>
)
Functions
from
Elements
Link copied to clipboard
fun
<
ELEMENT
:
Any
>
fromElements
(
elementClass
:
Class
<
ELEMENT
>
)
:
ScatterGatherBuilder
<
ELEMENT
,
RESULT
>