Class Predicates2.GreaterThan<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Predicates2<T,T>
-
- org.eclipse.collections.impl.block.factory.Predicates2.GreaterThan<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiPredicate<T,T>
,Predicate2<T,T>
- Enclosing class:
- Predicates2<T,P>
private static class Predicates2.GreaterThan<T extends java.lang.Comparable<T>> extends Predicates2<T,T>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
GreaterThan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T each, T comparison)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.collections.impl.block.factory.Predicates2
alwaysFalse, alwaysTrue, and, and, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeLessThan, attributeLessThanOrEqualTo, attributeNotEqual, attributeNotIn, equal, greaterThan, greaterThanOrEqualTo, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, not, notEqual, notIn, notInstanceOf, notNull, notSameAs, or, or, sameAs, throwing, throwing
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-