Class BytePredicates.AlwaysTrueBytePredicate

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

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

  • Constructor Details

    • AlwaysTrueBytePredicate

      private AlwaysTrueBytePredicate()
  • Method Details

    • accept

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