Arrow
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-eval
/
arrow.eval
/
SuspendEval
/
AbstractFlatMap
Abstract
Flat
Map
interface
AbstractFlatMap
<
out
A
>
:
SuspendEval
<
A
>
Inheritors
FlatMap
FlatMap
Members
Functions
flat
Map
Suspend
Link copied to clipboard
open
fun
<
B
>
flatMapSuspend
(
f
:
suspend
(
A
)
->
SuspendEval
<
B
>
)
:
SuspendEval
<
B
>
map
Suspend
Link copied to clipboard
open
fun
<
B
>
mapSuspend
(
f
:
suspend
(
A
)
->
B
)
:
SuspendEval
<
B
>
memoize
Link copied to clipboard
abstract
fun
memoize
(
)
:
SuspendEval
<
A
>
run
Link copied to clipboard
abstract
suspend
fun
run
(
)
:
A
run
Suspend
Link copied to clipboard
abstract
suspend
fun
<
S
>
runSuspend
(
s
:
S
)
:
SuspendEval
<
A
>
start
Suspend
Link copied to clipboard
abstract
suspend
fun
<
S
>
startSuspend
(
)
:
SuspendEval
<
S
>