Namespace Reaqtor.Expressions.Core
Classes
ReactiveQbservable
Signatures of the available operators to be used in operator definitions (DefineObservable). This class does not contain implementations for the operators. Expressions using the operators have to be rebound to a particular implementation (Rx or Subscribable) before they can be executed.
ReactiveQbserver
Signatures of the available observers to be used in global definitions (DefineObserver). This class does not contain implementations. Expressions using the observers have to be rebound to a perticular implementation (Rx or Subscribable) before they can be executed.
ReactiveQubjectFactory
Signatures of the available subject factories to be used in global definitions (DefineStreamFactory). This class does not contain implementations. Expressions using the subject factories have to be rebound to a perticular implementation (Rx or Subscribable) before they can be executed.