ReactiveState
Toggle table of contents
6.0.0-preview.14
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
lazyProperty
lazy
Property
fun
<
T
>
lazyProperty
(
block
:
(
property
:
KProperty
<
*
>
)
->
T
)
:
LazyProperty
<
T
>
A helper for creating a lazily computed
ReadOnlyProperty
based on a
KProperty
.