Class IntPredicates.IntIsOddPredicate

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

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

  • Constructor Details

    • IntIsOddPredicate

      private IntIsOddPredicate()
  • Method Details

    • accept

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