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