Uses of Interface
de.renebergelt.quiterables.NumberFunc
Packages that use NumberFunc
-
Uses of NumberFunc in de.renebergelt.quiterables
Methods in de.renebergelt.quiterables with parameters of type NumberFuncModifier and TypeMethodDescriptionQueriable.average(NumberFunc<T> valFunc)Return the average from the enumeration where the value for each item is calculated by the given functionQueriable.max(NumberFunc<T> valFunc)Return the maximum from the enumeration where the value for each item is calculated by the given functionQueriable.min(NumberFunc<T> valFunc)Return the minimum from the enumeration where the value for each item is calculated by the given function*Queriable.sum(NumberFunc<T> valFunc)Return the sum from the enumeration where the value for each item is calculated by the given function