Data

interface Data(source)

Read-only access to a MutableData store.

See the header comment for that class for more information.

Inheritors

Functions

Link copied to clipboard
abstract operator fun <T : Any> get(key: Class<T>): 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