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 interfaceBigFunction.Predicatestatic interfaceComplexFunction.Predicatestatic interfacePrimitiveFunction.Predicatestatic interfaceQuadrupleFunction.Predicatestatic interfaceQuaternionFunction.Predicatestatic interfaceRationalFunction.PredicateMethods 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. myPredicateMethods 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)
-