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