public interface PredicateFunction<N extends Number> extends BasicFunction, Predicate<N>, DoublePredicate
BasicFunction.Differentiable<N extends Number,F extends BasicFunction>, BasicFunction.Integratable<N extends Number,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
Modifier and Type | Method and Description |
---|---|
boolean |
invoke(double arg) |
boolean |
invoke(N arg) |
default PredicateFunction<N> |
negate() |
default boolean |
test(double arg) |
default boolean |
test(N arg) |
and, or
boolean invoke(double arg)
boolean invoke(N arg)
default PredicateFunction<N> negate()
default boolean test(double arg)
test
in interface DoublePredicate
Copyright © 2019 Optimatika. All rights reserved.