NullableOptionDelegate

inner class NullableOptionDelegate<T> : ReadOnlyProperty<Any?, T?>

Functions

getValue
Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): T?

Sources

jvm source
Link copied to clipboard