C# Class Mixin, code

Inheritance: MonoBehaviour
Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
CatchAndStop ( IObservable, source ) : IObservable
CatchAndStop ( IObservable, source, Func, witness ) : IObservable
CatchAndStop ( IObservable, source ) : IObservable

Method Details

CatchAndStop() public static method

public static CatchAndStop ( IObservable, source ) : IObservable
source IObservable,
return IObservable

CatchAndStop() public static method

public static CatchAndStop ( IObservable, source, Func, witness ) : IObservable
source IObservable,
witness Func,
return IObservable

CatchAndStop() public static method

public static CatchAndStop ( IObservable, source ) : IObservable
source IObservable,
return IObservable