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