arrow-fx / arrow.fx / Schedule / Decision / combineWith
fun <C, D> combineWith(other: Decision<C, D>, f: (Boolean, Boolean) -> Boolean, g: (Duration, Duration) -> Duration): Decision<Tuple2<A, C>, Tuple2<B, D>>
fun <C, D> combineWith(other: Decision<C, D>, f: (
Boolean
,
) ->
, g: (
Duration
): Decision<Tuple2<A, C>, Tuple2<B, D>>
Do you like Arrow?