Package org.dmfs.jems2.predicate
Class Not<T>
- java.lang.Object
-
- org.dmfs.jems2.predicate.Not<T>
-
-
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 boolean satisfiedBy(T testedInstance)
Description copied from interface:PredicateReturns whether the given instance satisfies this predicate.- Specified by:
satisfiedByin interfacePredicate<T>
-
-