Uses of Interface
org.ojalgo.function.PredicateFunction
Packages that use PredicateFunction
-
Uses of PredicateFunction in org.ojalgo.function
Subinterfaces of PredicateFunction in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Methods in org.ojalgo.function that return PredicateFunction -
Uses of PredicateFunction in org.ojalgo.function.aggregator
Fields in org.ojalgo.function.aggregator declared as PredicateFunctionModifier and TypeFieldDescriptionprivate final PredicateFunction
<N> AggregatorFunction.PredicateWrapper.myPredicate
Methods in org.ojalgo.function.aggregator with parameters of type PredicateFunctionModifier and TypeMethodDescriptiondefault 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 PredicateFunctionModifierConstructorDescription(package private)
PredicateWrapper
(PredicateFunction<N> predicate, AggregatorFunction<N> aggregator)