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