Class LongPredicates.NotLongPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates.NotLongPredicate
All Implemented Interfaces:
Serializable, LongPredicate, LongPredicate
Enclosing class:
LongPredicates

private static final class LongPredicates.NotLongPredicate extends Object implements LongPredicate
  • Field Details

  • Constructor Details

    • NotLongPredicate

      private NotLongPredicate(LongPredicate negate)
  • Method Details

    • accept

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