public final class OperatorAny<T> extends Objectimplements Observable .Operator <Boolean ,T>
Observable that emits
true if any element of an observable sequence satisfies a condition, otherwise
false.
| Constructor and Description |
|---|
OperatorAny(Func1
|
public Subscriber<? super T> call(Subscriber <? super Boolean > child)