arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / combineNanos
fun <C, D, E> combineNanos(other: Decision<C, D>, f: (
Boolean
,
Boolean
) ->
Boolean
, g: (
Double
,
Double
) ->
Double
, zip: (B, D) -> E): Decision<
Pair
<A, C>, E>
Do you like Arrow?
✖