Package rx.internal.operators
Class OperatorAny<T>
java.lang.Object
rx.internal.operators.OperatorAny<T>
- Type Parameters:
T- the input value type
- All Implemented Interfaces:
Func1<Subscriber<? super Boolean>,,Subscriber<? super T>> Function,Observable.Operator<Boolean,T>
Returns an
Observable that emits true if any element of
an observable sequence satisfies a condition, otherwise false.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
predicate
-
returnOnEmpty
final boolean returnOnEmpty
-
-
Constructor Details
-
OperatorAny
-
-
Method Details
-
call
- Specified by:
callin interfaceFunc1<Subscriber<? super Boolean>,Subscriber<? super T>>
-