FSharp.Control.Reactive
FSharp.Control.Reactive Namespace
Type | Description |
Disposable | |
Subject<'a> | |
WaitHandle |
Module | Description |
Builders | |
Disposable |
Operators to work on disposable types |
Disposables | |
Observable |
The Reactive module provides operators for working with IObservable<_> in F#. |
Schedule |
The Reactive module provides operators for working with IScheduler<_> in F#. |
Scheduler | |
Subject |
The Reactive module provides operators working with Subjects in F#. |
WaitHandle |
FSharp.Control.Reactive.Testing Namespace
Type | Description |
GenTestNotification | |
TestNotification<'a> |
Represents a recorded notification list to an observer. |
TestNotifications<'a> |
Module | Description |
Marbles |
Reactive Marbles representation to make working with recorded test notifications like visualising the notifications as marbles. |
TestNotification |
The Reactive module provides operators for working with TestObserver<_> in F#. |
TestObservable | |
TestObserver |
The Reactive module provides operators for working with TestObserver<_> in F#. |
TestSchedule |
The Reactive module provides operators for working with TestScheduler in F#. |