Class BytePredicates.NotBytePredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates.NotBytePredicate
All Implemented Interfaces:
Serializable, BytePredicate
Enclosing class:
BytePredicates

private static final class BytePredicates.NotBytePredicate extends Object implements BytePredicate
  • Field Details

  • Constructor Details

    • NotBytePredicate

      private NotBytePredicate(BytePredicate negate)
  • Method Details

    • accept

      public boolean accept(byte actual)
      Specified by:
      accept in interface BytePredicate