arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / combineWith
fun <C, D> ~~combineWith~~(other: Decision<C, D>, f: (
Boolean
,
Boolean
) ->
Boolean
, g: (
Duration
,
Duration
) ->
Duration
): Decision<
Pair
<A, C>,
Pair
<B, D>>
Deprecated: combineWith is deprecated in favor of combineNanos or combine. arrow.fx.coroutines.Duration API in Schedule is deprecated in favor of Double and kotlin.time.Duration, and will be removed in 0.13.0.
Do you like Arrow?
✖