Class IntPredicates.AlwaysTrueIntPredicate

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

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

  • Constructor Details

    • AlwaysTrueIntPredicate

      private AlwaysTrueIntPredicate()
  • Method Details

    • accept

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