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