Gjallarhorn.Bindable


ObservableBindingSource<'Message>

Namespace: Gjallarhorn.Bindable

Base class for binding sources, used by platform specific libraries to share implementation details

Constructors

ConstructorDescription
new()
Signature: unit -> ObservableBindingSource<'Message>

CompiledName: .ctor

Instance members

Instance memberDescription
OutputObservable(obs)
Signature: obs:IObservable<'Message> -> unit

Outputs values by subscribing to changes on an observable

OutputObservables(obs)
Signature: (obs:IObservable<'Message> list) -> unit

Outputs values by subscribing to changes on a list of observables

OutputValue(value)
Signature: value:'Message -> unit

Outputs a value through it's observable implementation

Fork me on GitHub