Package-level declarations

Types

Link copied to clipboard
interface KoneContext

Marker interface for Kone's contexts.

Link copied to clipboard

Type-safe registry (a.k.a. type-safe map) made especially for contexts in Kone.

Link copied to clipboard

Functions

Link copied to clipboard

Installs provided context associating it by corresponding key.

Link copied to clipboard

Installs contexts associated by corresponding keys from provided otherKoneContextRegistry.

Link copied to clipboard

Simple provider of this context as a context parameter in the following block.

inline operator fun <R> KoneContextRegistry.invoke(block: KoneContextRegistry.() -> R): R

Provides receiver for Kone context registry.

Link copied to clipboard
Link copied to clipboard

Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or throw if nothing is associated with the key.

Link copied to clipboard

Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or default value if nothing is associated with the key.

Link copied to clipboard

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.

Link copied to clipboard

Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or null if nothing is associated with the key.