arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / combine
combine
@ExperimentalTime fun <C, D, E> combine(other: Decision<C, D>, f: (Boolean, Boolean) -> Boolean, g: (Duration, Duration) -> Duration, zip: (B, D) -> E): Decision<Pair<A, C>, E>