Package-level declarations
Types
Represents the execution order guarantee of a scheduler.
An object that allows to subscribe to events of type T and to handle them on a different thread.
A mutable property that is created in an uninitialized state.
A read-only property that is created in an uninitialized state and can be observed.
A mutable property.
A read-only property that can be observed.
Allows to queue the execution of actions on a different thread.
A set allowing its contents to be observed.
Properties
Functions
Executes handler exactly once when the source fires an event with a non-null value, then terminates the subscription
Converts an optional property to a non-optional property with a nullable value type.
Whenever a change happens in this source, fires a change in the target signal of the same type.
Whenever a change happens in this source, changes the target property of the same type.
Returns the value of the property, or the given default value if the property was not initialized.
Returns a property which evaluates to the last element of the list and is updated as elements are added to the list or removed from it.