choose
abstract infix fun <A, B> choose(other: Schedule<A, B>): Schedule<<ERROR CLASS><Input, A>, <ERROR CLASS><Output, B>>
Content copied to clipboard
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.