@FunctionalInterface public interface FloatPredicate1 extends Predicate1<java.lang.Float>
ALWAYS_FALSE, ALWAYS_TRUE
Modifier and Type | Method and Description |
---|---|
default boolean |
test(java.lang.Float value) |
boolean |
testFloat(float value)
Test the given value.
|
adapted, alwaysFalse, alwaysTrue, and_, and, and, from, isEqual, isNull, negate, notNull, or_, or, or, testNonNull, xor_, xor, xor
boolean testFloat(float value)
value
- value to testtrue
if the value matches the predicate, false
otherwisedefault boolean test(java.lang.Float value)
test
in interface java.util.function.Predicate<java.lang.Float>