Class LongPredicates.GreaterThanLongPredicate

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.LongPredicate, LongPredicate
    Enclosing class:
    LongPredicates

    private static final class LongPredicates.GreaterThanLongPredicate
    extends java.lang.Object
    implements LongPredicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long expected  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(long actual)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.LongPredicate

        and, negate, or
      • Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.LongPredicate

        test
    • Field Detail

      • expected

        private final long expected
    • Constructor Detail

      • GreaterThanLongPredicate

        private GreaterThanLongPredicate​(long expected)
    • Method Detail

      • accept

        public boolean accept​(long actual)
        Specified by:
        accept in interface LongPredicate