public final class FloatPredicates
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
and(com.gs.collections.api.block.predicate.primitive.FloatPredicate one,
com.gs.collections.api.block.predicate.primitive.FloatPredicate two) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
equal(float expected) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
equal(float expected,
float delta) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
greaterThan(float expected) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
lessThan(float expected) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
not(com.gs.collections.api.block.predicate.primitive.FloatPredicate negate) |
static com.gs.collections.api.block.predicate.primitive.FloatPredicate |
or(com.gs.collections.api.block.predicate.primitive.FloatPredicate one,
com.gs.collections.api.block.predicate.primitive.FloatPredicate two) |
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate equal(float expected)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate equal(float expected,
float delta)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate lessThan(float expected)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate greaterThan(float expected)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate and(com.gs.collections.api.block.predicate.primitive.FloatPredicate one,
com.gs.collections.api.block.predicate.primitive.FloatPredicate two)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate or(com.gs.collections.api.block.predicate.primitive.FloatPredicate one,
com.gs.collections.api.block.predicate.primitive.FloatPredicate two)
public static com.gs.collections.api.block.predicate.primitive.FloatPredicate not(com.gs.collections.api.block.predicate.primitive.FloatPredicate negate)