public final class BytePredicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
alwaysFalse() |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
alwaysTrue() |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
and(org.eclipse.collections.api.block.predicate.primitive.BytePredicate one,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate two) |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
equal(byte expected) |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
greaterThan(byte expected) |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
isEven() |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
isOdd() |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
lessThan(byte expected) |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
not(org.eclipse.collections.api.block.predicate.primitive.BytePredicate negate) |
static org.eclipse.collections.api.block.predicate.primitive.BytePredicate |
or(org.eclipse.collections.api.block.predicate.primitive.BytePredicate one,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate two) |
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate equal(byte expected)
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate lessThan(byte expected)
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate greaterThan(byte expected)
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate isEven()
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate isOdd()
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate alwaysTrue()
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate alwaysFalse()
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate and(org.eclipse.collections.api.block.predicate.primitive.BytePredicate one,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate or(org.eclipse.collections.api.block.predicate.primitive.BytePredicate one,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.BytePredicate not(org.eclipse.collections.api.block.predicate.primitive.BytePredicate negate)
Copyright © 2004–2017. All rights reserved.