Package-level declarations

Types

Link copied to clipboard
interface Data

Read-only access to a MutableData store.

Link copied to clipboard

A thread-safe in-memory data store providing access to values using the Service Locator pattern

Functions

Link copied to clipboard
inline fun <T : Any> MutableData.add(value: T)
Link copied to clipboard
inline fun <T : Any> Data.get(): T?
Link copied to clipboard
inline fun <T : Any> Data.getValue(): T
fun <T : Any> Data.getValue(key: Class<T>): T