Class ShortPredicates.ShortIsOddPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.ShortPredicates.ShortIsOddPredicate
All Implemented Interfaces:
Serializable, ShortPredicate
Enclosing class:
ShortPredicates

private static final class ShortPredicates.ShortIsOddPredicate extends Object implements ShortPredicate
  • Field Details

  • Constructor Details

    • ShortIsOddPredicate

      private ShortIsOddPredicate()
  • Method Details

    • accept

      public boolean accept(short integral)
      Specified by:
      accept in interface ShortPredicate