@FunctionalInterface public interface FloatPredicate1 extends AbstractFloatPredicate1<FloatPredicate1>
float-valued argument and produces a boolean-valued result.
This is the one-arity specialization for PredicateN.
This is the predicate specialization for FloatToBooleanFunction1.
This is the float-consuming primitive specialization of Predicate1.
This is a functional interface whose functional method is AbstractFloatPredicate1.test(float).
PredicateN,
FloatToBooleanFunction1,
Predicate1| Modifier and Type | Method and Description |
|---|---|
default FloatPredicate1 |
and(FloatPredicate1 other)
Intersects this object with another object to produce a combined result.
|
default Predicate1<java.lang.Float> |
boxInput() |
default <V> Predicate1<V> |
compose(net.ashwork.functionality.Function1<? super V,? extends java.lang.Float> before) |
default <V> Predicate1<V> |
composeUnchecked(net.ashwork.functionality.Function1<? super V,? extends java.lang.Float> before) |
static FloatPredicate1 |
fromFunctionVariant(net.ashwork.functionality.primitive.combined.FloatToBooleanFunction1 function)
Creates an instance of this object from its
FloatToBooleanFunction1 function variant. |
default FloatPredicate1 |
nand(FloatPredicate1 other)
Intersects this object with another object to produce the complement of a combined result.
|
default FloatPredicate1 |
nor(FloatPredicate1 other)
Unions this object with another object to produce the complement of a combined result.
|
default FloatPredicate1 |
not()
Gets the complement of this object.
|
default FloatPredicate1 |
or(FloatPredicate1 other)
Unions this object with another object to produce a combined result.
|
default FloatPredicate1 |
orNot(FloatPredicate1 other)
Subtracts the other object from this object to produce the complement of a combined result.
|
default FloatPredicate1 |
sub(FloatPredicate1 other)
Subtracts the other object from this object to produce a combined result.
|
default FloatPredicate1 |
xnor(FloatPredicate1 other)
Disjunctively unions this object with another object to produce the complement of a combined result.
|
default FloatPredicate1 |
xor(FloatPredicate1 other)
Disjunctively unions this object with another object to produce a combined result.
|
andThen, andThenUnchecked, arity, test, testAllUnchecked, toFunctionVariantapplyAllAsBooleanUncheckedstatic FloatPredicate1 fromFunctionVariant(net.ashwork.functionality.primitive.combined.FloatToBooleanFunction1 function)
FloatToBooleanFunction1 function variant.function - the function variant of this objectFloatToBooleanFunction1default Predicate1<java.lang.Float> boxInput()
boxInput in interface AbstractFloatPredicate1<FloatPredicate1>boxInput in interface net.ashwork.functionality.partial.UnboxedInput<AbstractPredicate1<java.lang.Float,?>>Predicate1default <V> Predicate1<V> compose(net.ashwork.functionality.Function1<? super V,? extends java.lang.Float> before)
compose in interface AbstractFloatPredicate1<FloatPredicate1>compose in interface net.ashwork.functionality.partial.InputChainable<java.lang.Float>compose in interface net.ashwork.functionality.partial.InputChainableInput<java.lang.Float>Predicate1default <V> Predicate1<V> composeUnchecked(net.ashwork.functionality.Function1<? super V,? extends java.lang.Float> before)
composeUnchecked in interface AbstractFloatPredicate1<FloatPredicate1>composeUnchecked in interface net.ashwork.functionality.partial.InputChainable<java.lang.Float>composeUnchecked in interface net.ashwork.functionality.partial.InputChainableInput<java.lang.Float>Predicate1default FloatPredicate1 not()
Not~A or a logical NOT.not in interface AbstractFloatPredicate1<FloatPredicate1>not in interface AbstractPredicateN<FloatPredicate1>not in interface LogicalOperator<FloatPredicate1>not in interface Nand<FloatPredicate1>not in interface Nor<FloatPredicate1>not in interface Notnot in interface OrNot<FloatPredicate1>not in interface Sub<FloatPredicate1>not in interface Xnor<FloatPredicate1>not in interface Xor<FloatPredicate1>default FloatPredicate1 and(FloatPredicate1 other)
AndA & B or a logical AND.and in interface AbstractFloatPredicate1<FloatPredicate1>and in interface AbstractPredicateN<FloatPredicate1>and in interface And<FloatPredicate1>and in interface LogicalOperator<FloatPredicate1>and in interface Nand<FloatPredicate1>and in interface Sub<FloatPredicate1>and in interface Xnor<FloatPredicate1>and in interface Xor<FloatPredicate1>other - the intersected objectother objectdefault FloatPredicate1 or(FloatPredicate1 other)
OrA | B or a logical OR.or in interface AbstractFloatPredicate1<FloatPredicate1>or in interface AbstractPredicateN<FloatPredicate1>or in interface LogicalOperator<FloatPredicate1>or in interface Nor<FloatPredicate1>or in interface Or<FloatPredicate1>or in interface OrNot<FloatPredicate1>or in interface Xnor<FloatPredicate1>or in interface Xor<FloatPredicate1>other - the unioned objectother objectdefault FloatPredicate1 xor(FloatPredicate1 other)
XorA ^ B or a logical XOR.xor in interface AbstractFloatPredicate1<FloatPredicate1>xor in interface AbstractPredicateN<FloatPredicate1>xor in interface LogicalOperator<FloatPredicate1>xor in interface Xnor<FloatPredicate1>xor in interface Xor<FloatPredicate1>other - the disjunctively unioned objectother objectdefault FloatPredicate1 sub(FloatPredicate1 other)
SubA - B or the relative complement.sub in interface AbstractFloatPredicate1<FloatPredicate1>sub in interface AbstractPredicateN<FloatPredicate1>sub in interface LogicalOperator<FloatPredicate1>sub in interface Sub<FloatPredicate1>sub in interface Xnor<FloatPredicate1>sub in interface Xor<FloatPredicate1>other - the subtrahend objectother object being
subtracted from this objectdefault FloatPredicate1 nand(FloatPredicate1 other)
Nand~(A & B) or a logical NAND.nand in interface AbstractFloatPredicate1<FloatPredicate1>nand in interface AbstractPredicateN<FloatPredicate1>nand in interface LogicalOperator<FloatPredicate1>nand in interface Nand<FloatPredicate1>other - the intersected objectother objectdefault FloatPredicate1 nor(FloatPredicate1 other)
Nor~(A | B) or a logical NOR.nor in interface AbstractFloatPredicate1<FloatPredicate1>nor in interface AbstractPredicateN<FloatPredicate1>nor in interface LogicalOperator<FloatPredicate1>nor in interface Nor<FloatPredicate1>other - the unioned objectother objectdefault FloatPredicate1 xnor(FloatPredicate1 other)
Xnor~(A ^ B) or a logical XNOR.xnor in interface AbstractFloatPredicate1<FloatPredicate1>xnor in interface AbstractPredicateN<FloatPredicate1>xnor in interface LogicalOperator<FloatPredicate1>xnor in interface Xnor<FloatPredicate1>other - the disjunctively unioned objectother objectdefault FloatPredicate1 orNot(FloatPredicate1 other)
OrNot~(A - B) or the complement of the relative complement.orNot in interface AbstractFloatPredicate1<FloatPredicate1>orNot in interface AbstractPredicateN<FloatPredicate1>orNot in interface LogicalOperator<FloatPredicate1>orNot in interface OrNot<FloatPredicate1>other - the subtrahend objectother
object being subtracted from this object