arrow-fx-coroutines / arrow.fx.coroutines / Schedule / not
abstract operator fun not(): Schedule<Input, Output>
abstract operator fun not():
Schedule
<Input, Output>
Inverts the decision of a schedule.
Do you like Arrow?