|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.multiverse.api.predicates.Predicates
public final class Predicates
Predicate utility class.
| Method Summary | ||
|---|---|---|
static
|
newIsNotNullPredicate()
Creates a Predicate that checks if the passed object is not null. |
|
static
|
newIsNullPredicate()
Creates a Predicate that checks if the passed object is null. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E> Predicate<E> newIsNullPredicate()
public static <E> Predicate<E> newIsNotNullPredicate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||