Terix
1.4.0
Terix-API
/
dev.racci.terix.api.origins.origin
/
OriginValues
/
ImmutableStateMap
Immutable
State
Map
class
ImmutableStateMap
<
V
>
:
ImmutableMap
<
State
,
V
>
Functions
Properties
Functions
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
State
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
V
)
:
Boolean
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
BiConsumer
<
in
State
,
in
V
>
)
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
State
)
:
V
get
Or
Default
Link copied to clipboard
open
fun
getOrDefault
(
key
:
State
,
defaultValue
:
V
)
:
V
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
modify
Link copied to clipboard
fun
<
A
>
modify
(
state
:
State
,
property
:
KProperty1
<
V
,
A
>
,
map
:
(
focus
:
A
)
->
A
)
:
OriginValues.ImmutableStateMap
<
V
>
Properties
entries
Link copied to clipboard
open
override
val
entries
:
ImmutableSet
<
Map.Entry
<
State
,
V
>
>
keys
Link copied to clipboard
open
override
val
keys
:
ImmutableSet
<
State
>
size
Link copied to clipboard
open
override
val
size
:
Int
values
Link copied to clipboard
open
override
val
values
:
ImmutableCollection
<
V
>