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