public final class BytePredicates
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
and(com.gs.collections.api.block.predicate.primitive.BytePredicate one,
com.gs.collections.api.block.predicate.primitive.BytePredicate two) |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
equal(byte expected) |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
greaterThan(byte expected) |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
isEven() |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
isOdd() |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
lessThan(byte expected) |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
not(com.gs.collections.api.block.predicate.primitive.BytePredicate negate) |
static com.gs.collections.api.block.predicate.primitive.BytePredicate |
or(com.gs.collections.api.block.predicate.primitive.BytePredicate one,
com.gs.collections.api.block.predicate.primitive.BytePredicate two) |
public static com.gs.collections.api.block.predicate.primitive.BytePredicate equal(byte expected)
public static com.gs.collections.api.block.predicate.primitive.BytePredicate lessThan(byte expected)
public static com.gs.collections.api.block.predicate.primitive.BytePredicate greaterThan(byte expected)
public static com.gs.collections.api.block.predicate.primitive.BytePredicate isEven()
public static com.gs.collections.api.block.predicate.primitive.BytePredicate isOdd()
public static com.gs.collections.api.block.predicate.primitive.BytePredicate and(com.gs.collections.api.block.predicate.primitive.BytePredicate one,
com.gs.collections.api.block.predicate.primitive.BytePredicate two)
public static com.gs.collections.api.block.predicate.primitive.BytePredicate or(com.gs.collections.api.block.predicate.primitive.BytePredicate one,
com.gs.collections.api.block.predicate.primitive.BytePredicate two)
public static com.gs.collections.api.block.predicate.primitive.BytePredicate not(com.gs.collections.api.block.predicate.primitive.BytePredicate negate)