FSharp.Qualia


ObservableExtensions

Namespace: FSharp.Qualia

Functions and values

Function or valueDescription
toProperty init source
Signature: init:'a -> source:IObservable<'a> -> ReactiveProperty<'a>
Type parameters: 'a

creates a ReactiveProperty from an observable, with an initial value

Fork me on GitHub