Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.InternalUtil.ThrowObserver< T > Class Template Reference
Inheritance diagram for UniRx.InternalUtil.ThrowObserver< T >:
UniRx.IObserver< T >

Public Member Functions

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

Static Public Attributes

static readonly ThrowObserver< T > Instance = new ThrowObserver<T>()
 

Member Function Documentation

◆ OnCompleted()

void UniRx.InternalUtil.ThrowObserver< T >.OnCompleted ( )

Notifies the observer of the end of the sequence.

Returns
Result returned upon observation of the sequence completion.

Implements UniRx.IObserver< T >.

◆ OnError()

void UniRx.InternalUtil.ThrowObserver< T >.OnError ( Exception  exception)

Notifies the observer that an exception has occurred.

Parameters
exceptionThe exception that occurred.
Returns
Result returned upon observation of an error.

Implements UniRx.IObserver< T >.

◆ OnNext()

void UniRx.InternalUtil.ThrowObserver< T >.OnNext ( value)

Implements UniRx.IObserver< T >.


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