arrow-fx / arrow.fx / Schedule / modifyDelay
abstract fun modifyDelay(f: (Output, Duration) -> Kind<F, Duration>): Schedule<F, Input, Output>
abstract fun modifyDelay(f: (Output,
Duration
) -> Kind<F,
>):
Schedule
<F, Input, Output>
Change the delay of a resulting Decision based on the Output and the produced delay.
Do you like Arrow?