Namespace TinkState
Classes
Static class containing Observable
constructor methods and references to global utilities.
Structs
Interfaces
Piece of observable data holding value of type T
with means to read the value and bind to its updates.
A observable collection of key/value pairs.
A observable collection of values that can be individually accessed by index.
Interface for objects schedulable for invocation by Scheduler.
The most common implementors of this interface are observable bindings that needs to be scheduled to run in batches.
Mechanism for scheduling binding invocations. Must be implemented for the target run-time to provide efficient batching.
Scheduler
Piece of mutable observable data holding a value of type T
with an ability to set a new value.
Enums