Package org.dmfs.jems2.predicate
Class DelegatingPredicate<T>
- java.lang.Object
-
- org.dmfs.jems2.predicate.DelegatingPredicate<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelegatingPredicate(Predicate<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansatisfiedBy(T testedInstance)Returns whether the given instance satisfies this predicate.
-
-
-
Method Detail
-
satisfiedBy
public final boolean satisfiedBy(T testedInstance)
Description copied from interface:PredicateReturns whether the given instance satisfies this predicate.- Specified by:
satisfiedByin interfacePredicate<T>
-
-