boolean
fun MetaProvider.boolean(key: Name? = null): ReadOnlyProperty<Any?, Boolean?>
Content copied to clipboard
fun MetaProvider.boolean(default: Boolean, key: Name? = null): ReadOnlyProperty<Any?, Boolean>
Content copied to clipboard
fun MetaProvider.boolean(key: Name? = null, default: () -> Boolean): ReadOnlyProperty<Any?, Boolean>
Content copied to clipboard
fun MutableMetaProvider.boolean(key: Name? = null): ReadWriteProperty<Any?, Boolean?>
Content copied to clipboard
fun MutableMetaProvider.boolean(default: Boolean, key: Name? = null): ReadWriteProperty<Any?, Boolean>
Content copied to clipboard
fun MutableMetaProvider.boolean(key: Name? = null, default: () -> Boolean): ReadWriteProperty<Any?, Boolean>
Content copied to clipboard