Obtainable

interface Obtainable<in K : Any, out V>

Represents the ability of an object to returns value by key.

Author

Alexander Kornilov (akornilov.82@gmail.com).

Functions

get
Link copied to clipboard
abstract operator fun get(key: K): V?
Returns value by key or null if value is not available.

Inheritors

Cache
Link copied to clipboard