Class BytePredicates.AlwaysFalseBytePredicate

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

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

  • Constructor Details

    • AlwaysFalseBytePredicate

      private AlwaysFalseBytePredicate()
  • Method Details

    • accept

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