ReactiveState
Toggle table of contents
6.0.0-preview.19
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
ContextualValStore
Contextual
Val
Store
class
ContextualValStore
Members
Constructors
Contextual
Val
Store
Link copied to clipboard
constructor
(
)
Types
Key
Link copied to clipboard
class
Key
<
T
>
Functions
contains
Link copied to clipboard
operator
fun
contains
(
key
:
ContextualValStore.Key
<
*
>
)
:
Boolean
get
Link copied to clipboard
operator
fun
<
T
>
get
(
key
:
ContextualValStore.Key
<
T
>
)
:
T
?
get
Or
Put
Link copied to clipboard
fun
<
T
>
getOrPut
(
key
:
ContextualValStore.Key
<
T
>
,
defaultValue
:
(
)
->
T
)
:
T
put
Link copied to clipboard
fun
<
T
>
put
(
key
:
ContextualValStore.Key
<
T
>
,
value
:
T
)