public class Predicates extends Object
| Constructor and Description |
|---|
Predicates() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
after(Predicate<T> predicate) |
static <T> Predicate<T> |
distinct() |
static <T> Predicate<T> |
distinct(Function<? super T,Object> keyExtractor) |
static <T> Predicate<T> |
until(Predicate<T> predicate) |
Copyright © 2023. All rights reserved.