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