arrow-fx / arrow.fx / Schedule / Decision / combineWith

combineWith

fun <C, D> combineWith(other: Decision<C, D>, f: (Boolean, Boolean) -> Boolean, g: (Duration, Duration) -> Duration): Decision<Tuple2<A, C>, Tuple2<B, D>>

Do you like Arrow?

Arrow Org
<