Gjallarhorn


ObservableExtensions

Namespace: Gjallarhorn.Linq

Extension methods for working with Observables from C# using a LINQ inspired API

Constructors

ConstructorDescription
new()
Signature: unit -> ObservableExtensions

CompiledName: .ctor

Static members

Static memberDescription
ToSignal(this, initialValue)
Signature: (this:IObservable<'a> * initialValue:'a) -> ISignal<'a>
Type parameters: 'a

Convert from an observable and an initial value to a signal

Fork me on GitHub