Class IntPredicates.NotIntPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates.NotIntPredicate
All Implemented Interfaces:
Serializable, IntPredicate, IntPredicate
Enclosing class:
IntPredicates

private static final class IntPredicates.NotIntPredicate extends Object implements IntPredicate
  • Field Details

  • Constructor Details

    • NotIntPredicate

      private NotIntPredicate(IntPredicate negate)
  • Method Details

    • accept

      public boolean accept(int actual)
      Specified by:
      accept in interface IntPredicate