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