Uses of Class
com.tangosol.util.processor.NumberMultiplier
Packages that use NumberMultiplier
-
Uses of NumberMultiplier in com.tangosol.util
Methods in com.tangosol.util that return NumberMultiplierModifier and TypeMethodDescriptionstatic <K,
V, N extends Number>
NumberMultiplier<K, V, N> Processors.multiply
(PropertyManipulator<V, N> manipulator, N numFactor, boolean fPostFactor) Construct a multiply processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.static <K,
V, N extends Number>
NumberMultiplier<K, V, N> Construct a multiply processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.