arrow-fx / arrow.fx / Schedule / combineWith
abstract fun <A : Input, B> combineWith(other:
Schedule
<F, A, B>, f: (
Boolean
,
Boolean
) ->
Boolean
, g: (
Duration
,
Duration
) ->
Duration
):
Schedule
<F, A, Tuple2<Output, B>>
Combine with another schedule by combining the result and the delay of the Decision with the functions f and g
Do you like Arrow?
✖