Looper
inner class Looper(generator: (TransformationActionContext<ResultHistory<RESULT>, RESULT>) -> RESULT)
Functions
Link copied to clipboard
fun until(accept: (InputActionContext<ResultHistory<RESULT>>) -> Boolean): RepeatUntilBuilder.Emitter<RESULT>
Define the acceptance criteria for the feedback. This will determine when the generated result is considered acceptable.