arrow-fx-coroutines / arrow.fx.coroutines / Schedule / combineNanos
abstract fun <A : Input, B, C> combineNanos(other:
Schedule
<A, B>, zipContinue: (cont:
Boolean
, otherCont:
Boolean
) ->
Boolean
, zipDuration: (duration:
Double
, otherDuration:
Double
) ->
Double
, zip: (Output, B) -> C):
Schedule
<A, C>
Combines with another schedule by combining the result and the delay of the Decision with the functions zipContinue, zipDuration and a zip function
Do you like Arrow?
✖