arrow-fx-coroutines / arrow.fx.coroutines / Schedule / combineWith
fun <A : Input, B> ~~combineWith~~(other:
Schedule
<A, B>, f: (
Boolean
,
Boolean
) ->
Boolean
, g: (
Duration
,
Duration
) ->
Duration
):
Schedule
<A,
Pair
<Output, B>>
Deprecated: combineWith is deprecated in favor of combineNanos and combine using Double/kotlin.time.Duration instead of arrow.fx.coroutines.Duration.
Do you like Arrow?
✖