value
fun MetaProvider.value(key: Name? = null): ReadOnlyProperty<Any?, Value?>
Content copied to clipboard
A property delegate that uses custom key
fun <R> MetaProvider.value(key: Name? = null, reader: (Value?) -> R): ReadOnlyProperty<Any?, R>
Content copied to clipboard
fun MutableMetaProvider.value(key: Name? = null): ReadWriteProperty<Any?, Value?>
Content copied to clipboard