oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.lib
/
LazyComputed
Lazy
Computed
class
LazyComputed
<
P1
,
R
>
(
initializer
:
(
P1
)
->
R
)
A Lazy value initialized with a parameter
Members
Constructors
Lazy
Computed
Link copied to clipboard
constructor
(
initializer
:
(
P1
)
->
R
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
p1
:
P1
)
:
R
reset
Link copied to clipboard
fun
reset
(
)