sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
picker-app
/
androidx.picker.features.observable
/
LazyMutableState
Lazy
Mutable
State
abstract
class
LazyMutableState
<
T
,
R
>
(
val
base
:
MutableState
<
R
>
,
val
valueProducer
:
(
)
->
R
)
:
MutableState
<
R
>
(
source
)
Members
Constructors
Lazy
Mutable
State
Link copied to clipboard
constructor
(
base
:
MutableState
<
R
>
,
valueProducer
:
(
)
->
R
)
Properties
base
Link copied to clipboard
val
base
:
MutableState
<
R
>
value
Producer
Link copied to clipboard
val
valueProducer
:
(
)
->
R
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
prop
:
KProperty
<
*
>
)
:
R
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
prop
:
KProperty
<
*
>
,
value
:
R
)