Class IntPredicates.AlwaysFalseIntPredicate

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

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

  • Constructor Details

    • AlwaysFalseIntPredicate

      private AlwaysFalseIntPredicate()
  • Method Details

    • accept

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