Class Predicates.RangePredicate<T extends Comparable<? super T>>
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<T>
org.eclipse.collections.impl.block.factory.Predicates.CompareToPredicate<T>
org.eclipse.collections.impl.block.factory.Predicates.RangePredicate<T>
- All Implemented Interfaces:
Serializable
,Predicate<T>
,Predicate<T>
- Direct Known Subclasses:
Predicates.BetweenExclusive
,Predicates.BetweenInclusive
,Predicates.BetweenInclusiveFrom
,Predicates.BetweenInclusiveTo
- Enclosing class:
Predicates<T>
protected abstract static class Predicates.RangePredicate<T extends Comparable<? super T>>
extends Predicates.CompareToPredicate<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.collections.impl.block.factory.Predicates
Predicates.AllSatisfy<T>, Predicates.AnySatisfy<T>, Predicates.AttributePredicate<T,
V>, Predicates.GreaterThanOrEqualPredicate<T extends Comparable<? super T>>, Predicates.GreaterThanPredicate<T extends Comparable<? super T>>, Predicates.LessThanOrEqualPredicate<T extends Comparable<? super T>>, Predicates.LessThanPredicate<T extends Comparable<? super T>>, Predicates.NoneSatisfy<T>, Predicates.RangePredicate<T extends Comparable<? super T>> -
Field Summary
FieldsFields inherited from class org.eclipse.collections.impl.block.factory.Predicates.CompareToPredicate
compareTo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.factory.Predicates
adapt, allSatisfy, alwaysFalse, alwaysTrue, and, and, and, and, anySatisfy, assignableFrom, attributeAllSatisfy, attributeAnySatisfy, attributeBetweenExclusive, attributeBetweenInclusive, attributeBetweenInclusiveFrom, attributeBetweenInclusiveTo, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeIsNull, attributeLessThan, attributeLessThanOrEqualTo, attributeNoneSatisfy, attributeNotEqual, attributeNotIn, attributeNotNull, attributePredicate, betweenExclusive, betweenInclusive, betweenInclusiveFrom, betweenInclusiveTo, bind, cast, equal, greaterThan, greaterThanOrEqualTo, ifFalse, ifTrue, in, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, neither, noneOf, noneOf, noneSatisfy, not, not, notEqual, notIn, notIn, notInstanceOf, notNull, notSameAs, or, or, or, or, sameAs, subClass, superClass, synchronizedEach, throwing, throwing
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
compareFrom
-
-
Constructor Details
-
RangePredicate
-