Package rx.internal.operators
Class OperatorIgnoreElements<T>
java.lang.Object
rx.internal.operators.OperatorIgnoreElements<T>
- All Implemented Interfaces:
Func1<Subscriber<? super T>,,Subscriber<? super T>> Function,Observable.Operator<T,T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubscriber<? super T> call(Subscriber<? super T> child) static <T> OperatorIgnoreElements<T> instance()
-
Constructor Details
-
OperatorIgnoreElements
OperatorIgnoreElements()
-
-
Method Details
-
instance
-
call
- Specified by:
callin interfaceFunc1<Subscriber<? super T>,Subscriber<? super T>>
-