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