ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
LazySuspend
Lazy
Suspend
class
LazySuspend
<
T
>
(
block
:
suspend
(
)
->
T
)
A suspend/coroutine version of
Lazy
.
Members
Constructors
Lazy
Suspend
Link copied to clipboard
constructor
(
block
:
suspend
(
)
->
T
)
Functions
get
Link copied to clipboard
suspend
fun
get
(
)
:
T
reset
Link copied to clipboard
fun
reset
(
)