Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
Decision
/
andThen
and
Then
open
suspend
fun
andThen
(
other
:
suspend
(
Input
)
->
Schedule.Decision
<
Input
,
Output
>
)
:
Schedule.Decision
<
Input
,
Output
>
open
suspend
fun
<
A
,
B
>
andThen
(
other
:
suspend
(
Input
)
->
Schedule.Decision
<
Input
,
A
>
,
ifLeft
:
suspend
(
Output
)
->
B
,
ifRight
:
suspend
(
A
)
->
B
)
:
Schedule.Decision
<
Input
,
B
>