Package-level declarations
Types
Link copied to clipboard
A delegate interface extending similar to ReadOnlyProperty, but providing a more function onDelegate which contains thisRef and property.
Link copied to clipboard
A delegate interface extending from KReadOnlyProperty and providing setValue.
Functions
Link copied to clipboard
Solves the nullability bug of MutableMap.getOrPut.
Link copied to clipboard
inline fun <T : Any, V> receivedLazy(lock: Any, crossinline initialize: (T) -> V): ReadOnlyProperty<T, V>
inline fun <T : Any, V> receivedLazy(mode: LazyThreadSafetyMode = LazyThreadSafetyMode.SYNCHRONIZED, crossinline initialize: (T) -> V): ReadOnlyProperty<T, V>