Class BytePredicates.GreaterThanBytePredicate

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

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • expected

      private final byte expected
  • Constructor Details

    • GreaterThanBytePredicate

      private GreaterThanBytePredicate(byte expected)
  • Method Details

    • accept

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