Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
Decision
/
combineNanos
combine
Nanos
fun
<
C
,
D
,
E
>
combineNanos
(
other
:
Schedule.Decision
<
C
,
D
>
,
f
:
(
Boolean
,
Boolean
)
->
Boolean
,
g
:
(
Double
,
Double
)
->
Double
,
zip
:
(
B
,
D
)
->
E
)
:
Schedule.Decision
<
Pair
<
A
,
C
>
,
E
>
(
source
)