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