| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.Predicate<T> |
not(java.util.function.Predicate<T> predicate)
Negates the given predicate.
|
public static <T> java.util.function.Predicate<T> not(java.util.function.Predicate<T> predicate)
T - the type of the predicatepredicate - the predicate to be negatednull if the given predicate
was nullCopyright © 2019. All rights reserved.