toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.workflow.control
/
ScatterGatherBuilder
/
Generators
Generators
inner
class
Generators
(
generators
:
List
<
Function
<
out
SupplierActionContext
<
ELEMENT
>
,
ELEMENT
>
>
)
Members
Constructors
Generators
Link copied to clipboard
constructor
(
generators
:
List
<
Function
<
out
SupplierActionContext
<
ELEMENT
>
,
ELEMENT
>
>
)
Functions
consolidated
By
Link copied to clipboard
fun
consolidatedBy
(
consensusFunction
:
(
TransformationActionContext
<
ResultList
<
ELEMENT
>
,
RESULT
>
)
->
RESULT
)
:
ScatterGatherBuilder.Emitter
<
ELEMENT
,
RESULT
>