arrow-fx-coroutines / arrow.fx.coroutines / Schedule / choose
abstract infix fun <A, B> choose(other:
Schedule
<A, B>):
Schedule
<Either<Input, A>, Either<Output, B>>
Combines two schedules with different input and output and conditionally choose between the two. Continues when the chosen schedule continues and uses the chosen schedules delay.
Do you like Arrow?
✖