arrow-fx-coroutines
1.0.3-alpha.14
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
check
check
common
abstract
fun
<
A
:
Input
>
check
(
pred
:
suspend
(
A
,
Output
)
->
Boolean
)
:
Schedule
<
A
,
Output
>
Content copied to clipboard
Conditionally checks on both the input and the output whether or not to continue.