toggle menu
modelix.core
8.16.0
common
js
jvm
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
ContextValue
Context
Value
common
js
jvm
expect
class
ContextValue
<
E
:
Any
>
Deprecated
use org.modelix.kotlin.utils.ContextValue from org.modelix:kotlin-utils
actual
class
ContextValue
<
E
:
Any
>
actual
class
ContextValue
<
E
:
Any
>
Members
Constructors
Context
Value
Link copied to clipboard
common
js
jvm
expect
constructor
(
)
constructor
(
)
constructor
(
)
Functions
compute
With
Link copied to clipboard
common
js
jvm
expect
fun
<
T
>
computeWith
(
newValue
:
E
,
r
:
(
)
->
T
)
:
T
actual
fun
<
T
>
computeWith
(
newValue
:
E
,
r
:
(
)
->
T
)
:
T
actual
fun
<
T
>
computeWith
(
newValue
:
E
,
r
:
(
)
->
T
)
:
T
get
Stack
Link copied to clipboard
common
js
jvm
expect
fun
getStack
(
)
:
List
<
E
>
actual
fun
getStack
(
)
:
List
<
E
>
actual
fun
getStack
(
)
:
List
<
E
>
get
Value
Link copied to clipboard
common
js
jvm
expect
fun
getValue
(
)
:
E
actual
fun
getValue
(
)
:
E
actual
fun
getValue
(
)
:
E
try
Get
Value
Link copied to clipboard
common
js
jvm
expect
fun
tryGetValue
(
)
:
E
?
actual
fun
tryGetValue
(
)
:
E
?
actual
fun
tryGetValue
(
)
:
E
?