Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DelegateWithDefault<T>(delegate: OptionalStringValueDelegate<T>, defaultValue: T) : ReadWriteProperty<StringValuesBuilder, T>
Link copied to clipboard
class DelegateWithDefaultFactory<T>(provider: OptionalStringValueDelegateProvider<T>, defaultValue: T) : PropertyDelegateProvider<StringValuesBuilder, DefaultStringValueDelegate<T>>
Link copied to clipboard
Link copied to clipboard
Inherited functions
Link copied to clipboard
fun <T> OptionalStringValueDelegateProvider<T>.withDefault(defaultValue: T): DefaultStringValueDelegateProvider<T>
Adds a default value to the specified delegate. If the string-value has not been set before, defaultValue is returned instead of null.