Package org.dmfs.jems2.predicate
Class Nothing<T>
java.lang.Object
org.dmfs.jems2.predicate.Nothing<T>
- All Implemented Interfaces:
Predicate<T>
A trivial
Predicate which never matches.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansatisfiedBy(T testedInstance) Returns whether the given instance satisfies this predicate.
-
Constructor Details
-
Nothing
public Nothing()
-
-
Method Details
-
satisfiedBy
Description copied from interface:PredicateReturns whether the given instance satisfies this predicate.- Specified by:
satisfiedByin interfacePredicate<T>
-