Package org.dmfs.jems2.predicate
Class In<T extends Comparable<T>>
java.lang.Object
org.dmfs.jems2.predicate.In<T>
- All Implemented Interfaces:
Predicate<T>
A
Predicate which is satisfied by Comparable elements within a specific closed interval.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansatisfiedBy(T element) Returns whether the given instance satisfies this predicate.
-
Constructor Details
-
In
-
-
Method Details
-
satisfiedBy
Description copied from interface:PredicateReturns whether the given instance satisfies this predicate.- Specified by:
satisfiedByin interfacePredicate<T extends Comparable<T>>
-