Class OperatorAsObservable<T>

java.lang.Object
rx.internal.operators.OperatorAsObservable<T>
Type Parameters:
T - the return value type of the wrapped observable.
All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>

public final class OperatorAsObservable<T> extends Object implements Observable.Operator<T,T>
Hides the identity of another observable.
  • Constructor Details

    • OperatorAsObservable

      OperatorAsObservable()
  • Method Details