Package-level declarations
Types
Marker interface for Kone's contexts.
Type-safe registry (a.k.a. type-safe map) made especially for contexts in Kone.
Builder for KoneContextRegistry.
Functions
Installs contexts associated by corresponding keys from provided otherKoneContextRegistry.
Provides receiver for Kone context registry.
Builder function for KoneContextRegistry.
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or throw if nothing is associated with the key.
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or default value if nothing is associated with the key.
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or computes and returns value via block if nothing is associated with the key.
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or null if nothing is associated with the key.