| Package | Description |
|---|---|
| java.util | |
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
Collection.removeIf(Predicate<? super E> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Stream.allMatch(Predicate<? super T> predicate) |
boolean |
Stream.anyMatch(Predicate<? super T> predicate) |
Stream<T> |
Stream.filter(Predicate<? super T> predicate) |
boolean |
Stream.noneMatch(Predicate<? super T> predicate) |
Copyright © 2026. All rights reserved.