public final class Functions extends Object
| Constructor | Description |
|---|---|
Functions() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> Predicate<T> |
and(Predicate<T>... predicates) |
Negate a predicate.
|
static <T> Predicate<T> |
not(Predicate<T> predicate) |
Negate a predicate.
|
static <T> Predicate<T> |
or(Predicate<T>... predicates) |
Negate a predicate.
|
@SafeVarargs public static final <T> Predicate<T> and(Predicate<T>... predicates)
@SafeVarargs public static final <T> Predicate<T> or(Predicate<T>... predicates)
Copyright © 2018. All rights reserved.