Mutator

class Mutator(oldContext: Session.Context, modifications: MutableMap<Session.Context.Key<Any>, Session.Context.Mutator.Action>)

Types

Action
Link copied to clipboard
common
sealed class Action

Functions

get
Link copied to clipboard
common
operator fun <VALUE : Any> get(key: Session.Context.Key<VALUE>): VALUE?
remove
Link copied to clipboard
common
fun <VALUE : Any> remove(key: Session.Context.Key<VALUE>)
set
Link copied to clipboard
common
operator fun <VALUE : Any> set(key: Session.Context.Key<VALUE>, newValue: VALUE)