toggle menu
modelix.core
8.16.0
js
switch theme
search in API
kotlin-utils
/
org.modelix.kotlin.utils
/
ContextValue
/
ContextValueElement
Context
Value
Element
js
inner
class
ContextValueElement
<
E
>
(
val
stack
:
List
<
E
>
)
:
AbstractCoroutineContextElement
Members
Constructors
Context
Value
Element
Link copied to clipboard
js
constructor
(
stack
:
List
<
E
>
)
Properties
key
Link copied to clipboard
js
open
override
val
key
:
CoroutineContext.Key
<
*
>
stack
Link copied to clipboard
js
val
stack
:
List
<
E
>
Functions
fold
Link copied to clipboard
js
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
js
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
js
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
js
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext