toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.inject
/
InjectorContext
Injector
Context
class
InjectorContext
(
val
injector
:
Injector
)
:
CoroutineContext.Element
Members
Constructors
Injector
Context
Link copied to clipboard
constructor
(
injector
:
Injector
)
Types
Companion
Link copied to clipboard
object
Companion
:
CoroutineContext.Key
<
InjectorContext
>
Properties
injector
Link copied to clipboard
val
injector
:
Injector
key
Link copied to clipboard
open
override
val
key
:
InjectorContext.Companion
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext