Class OperatorAll<T>

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

public final class OperatorAll<T> extends Object implements Observable.Operator<Boolean,T>
Returns an Observable that emits a Boolean that indicates whether all items emitted by an Observable satisfy a condition.