|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationAll
public class OperationAll
Returns an Observable that emits a Boolean that indicates whether all items emitted by an Observable satisfy a condition.
| Constructor Summary | |
|---|---|
OperationAll()
|
|
| Method Summary | ||
|---|---|---|
static
|
all(Observable<? extends T> sequence,
Func1<? super T,java.lang.Boolean> predicate)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationAll()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<java.lang.Boolean> all(Observable<? extends T> sequence,
Func1<? super T,java.lang.Boolean> predicate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||