Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
map
map
open
fun
<
A
>
map
(
transform
:
suspend
(
output
:
Output
)
->
A
)
:
Schedule
<
Input
,
A
>
Transforms every
Output
'ed value of
this
schedule using
transform
.