Package rx.internal.operators
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>
Hides the identity of another observable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Lazy initialization via inner-class holder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubscriber
<? super T> call
(Subscriber<? super T> s) static <T> OperatorAsObservable
<T> instance()
-
Constructor Details
-
OperatorAsObservable
OperatorAsObservable()
-
-
Method Details
-
instance
- Type Parameters:
T
- the value type- Returns:
- a singleton instance of this stateless operator.
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-