Class 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.
Inheritance
System.Object
ReactiveQbserver
Namespace: Reaqtor.Expressions.Core
Assembly: Reaqtor.Expressions.Core.dll
Syntax
public static class ReactiveQbserver : Object
Methods
Nop<T>()
Returns the nop observer.
Declaration
public static IReactiveQbserver<T> Nop<T>()
Returns
Type | Description |
---|---|
IReactiveQbserver<T> | An instance of the nop observer. |
Type Parameters
Name | Description |
---|---|
T | Type of the elements processed by the observer. |