Class Predicates.GreaterThanOrEqualPredicate<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.GreaterThanOrEqualPredicate<T>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>
Enclosing class:
Predicates<T>

protected static class Predicates.GreaterThanOrEqualPredicate<T extends Comparable<? super T>> extends Predicates.CompareToPredicate<T>
See Also:
  • Field Details

  • Constructor Details

    • GreaterThanOrEqualPredicate

      protected GreaterThanOrEqualPredicate(T newCompareTo)
  • Method Details

    • accept

      public boolean accept(T o)
    • toString

      public String toString()
      Overrides:
      toString in class Object