Interface PredicateFunction<N extends Comparable<N>>
- All Superinterfaces:
BasicFunction, DoublePredicate, Predicate<N>
- All Known Subinterfaces:
BigFunction.Predicate, ComplexFunction.Predicate, PrimitiveFunction.Predicate, QuadrupleFunction.Predicate, QuaternionFunction.Predicate, RationalFunction.Predicate
public interface PredicateFunction<N extends Comparable<N>>
extends BasicFunction, Predicate<N>, DoublePredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> -
Method Summary
Modifier and TypeMethodDescriptiondefault booleaninvoke(byte arg) booleaninvoke(double arg) default booleaninvoke(float arg) default booleaninvoke(int arg) default booleaninvoke(long arg) default booleaninvoke(short arg) booleandefault PredicateFunction<N> negate()default booleantest(double arg) default booleanMethods inherited from interface DoublePredicate
and, or
-
Method Details
-
invoke
default boolean invoke(byte arg) -
invoke
boolean invoke(double arg) -
invoke
default boolean invoke(float arg) -
invoke
default boolean invoke(int arg) -
invoke
default boolean invoke(long arg) -
invoke
-
invoke
default boolean invoke(short arg) -
negate
- Specified by:
negatein interfaceDoublePredicate- Specified by:
negatein interfacePredicate<N extends Comparable<N>>
-
test
default boolean test(double arg) - Specified by:
testin interfaceDoublePredicate
-
test
-