toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.workflow.loop
/
RepeatUntilBuilder
/
Emitter
/
Emitter
Emitter
constructor
(
generator
:
(
RepeatUntilActionContext
<
INPUT
,
RESULT
>
)
->
RESULT
,
accept
:
(
RepeatUntilActionContext
<
INPUT
,
RESULT
>
)
->
Boolean
)