Uses of Interface
org.ojalgo.function.PredicateFunction
-
Packages that use PredicateFunction Package Description org.ojalgo.function org.ojalgo.function.aggregator -
-
Uses of PredicateFunction in org.ojalgo.function
Subinterfaces of PredicateFunction in org.ojalgo.function Modifier and Type Interface Description static interface
BigFunction.Predicate
static interface
ComplexFunction.Predicate
static interface
PrimitiveFunction.Predicate
static interface
QuadrupleFunction.Predicate
static interface
QuaternionFunction.Predicate
static interface
RationalFunction.Predicate
Methods in org.ojalgo.function that return PredicateFunction Modifier and Type Method Description default PredicateFunction<N>
PredicateFunction. negate()
-
Uses of PredicateFunction in org.ojalgo.function.aggregator
Fields in org.ojalgo.function.aggregator declared as PredicateFunction Modifier and Type Field Description private PredicateFunction<N>
AggregatorFunction.PredicateWrapper. myPredicate
Methods in org.ojalgo.function.aggregator with parameters of type PredicateFunction Modifier and Type Method Description default AggregatorFunction<N>
AggregatorFunction. filter(PredicateFunction<N> predicate)
Only the values that pass the predicate filter will actually be part of the aggregation.Constructors in org.ojalgo.function.aggregator with parameters of type PredicateFunction Constructor Description PredicateWrapper(PredicateFunction<N> predicate, AggregatorFunction<N> aggregator)
-