Arrow
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-eval
/
arrow.eval
/
SuspendEval
/
Later
Later
data
class
Later
<
out
A
>
(
f
:
suspend
(
)
->
A
)
:
SuspendEval
<
A
>
Members
Constructors
Later
Link copied to clipboard
constructor
(
f
:
suspend
(
)
->
A
)
Properties
result
Link copied to clipboard
var
result
:
Option
<
A
>
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
open
override
fun
memoize
(
)
:
SuspendEval
<
A
>
run
Link copied to clipboard
open
suspend override
fun
run
(
)
:
A
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String