Tachyon Shared API (krpc-shared-api)
/
org.brightify.hyperdrive.krpc.session
/
Session
/
Context
/
Mutator
common
Mutator
class
Mutator
(oldContext:
Session.Context
, modifications:
MutableMap
<
Session.Context.Key
<
Any
>,
Session.Context.Mutator.Action
>)
Content copied to clipboard
Types
Functions
Types
Action
Link copied to clipboard
common
sealed class
Action
Content copied to clipboard
Functions
get
Link copied to clipboard
common
operator fun <
VALUE
:
Any
>
get
(key:
Session.Context.Key
<
VALUE
>):
VALUE
?
Content copied to clipboard
remove
Link copied to clipboard
common
fun <
VALUE
:
Any
>
remove
(key:
Session.Context.Key
<
VALUE
>)
Content copied to clipboard
set
Link copied to clipboard
common
operator fun <
VALUE
:
Any
>
set
(key:
Session.Context.Key
<
VALUE
>, newValue:
VALUE
)
Content copied to clipboard