Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.Operators.OperatorObserverBase< TSource, TResult > Class Template Referenceabstract
Inheritance diagram for UniRx.Operators.OperatorObserverBase< TSource, TResult >:
UniRx.IObserver< TSource >

Public Member Functions

 OperatorObserverBase (IObserver< TResult > observer, IDisposable cancel)
 
abstract void OnNext (TSource value)
 
abstract void OnError (Exception error)
 
abstract void OnCompleted ()
 
void Dispose ()
 
- Public Member Functions inherited from UniRx.IObserver< TSource >
TResult OnNext (TValue value)
 Notifies the observer of a new element in the sequence. More...
 
void OnNext (T value)
 
TResult OnError (Exception exception)
 Notifies the observer that an exception has occurred. More...
 
void OnError (Exception error)
 
TResult OnCompleted ()
 Notifies the observer of the end of the sequence. More...
 
void OnCompleted ()
 

The documentation for this class was generated from the following file: