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