Package-level declarations
Types
A DSL property backed by a MutableProvider. Can be set to a static value or bound to a reactive MutableProvider using the by infix function.
Functions
Sets this List property to a single value.
Sets this List property to a provider of a single value.
Sets this Set property to a single value.
Sets this Set property to a provider of a single value.
Creates a new DslProperty. The backing field is updated via set.
Creates a new DslProperty backed by field.
Creates a MutableProviderDslProperty backed by field.
Creates a MutableProviderDslProperty backed by delegate. The backing field is updated via set.
Creates a ProviderDslProperty backed by field.
Creates a ProviderDslProperty with the given initial value. The backing field is updated via set.
Creates a ProviderDslProperty backed by delegate. The backing field is updated via set.