public final class Containment
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Containment.All<T>
Signals a single true or false if all elements of the observable match the predicate.
|
static class |
Containment.Any<T>
Signals a single true if the source observable contains any element.
|