Uses of Class
com.tangosol.util.processor.PropertyManipulator
-
Uses of PropertyManipulator in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <V,
R> PropertyManipulator <V, R> Processors.manipulate
(String sName) Construct a property manipulate processor for the specified property name.static <V,
R> PropertyManipulator <V, R> Processors.manipulate
(String sName, boolean fUseIs) Construct a property manipulate processor for the specified property name.Modifier and TypeMethodDescriptionstatic <K,
V, N extends Number>
InvocableMap.EntryProcessor<K, V, N> Processors.increment
(PropertyManipulator manipulator, N numInc, boolean fPostIncrement) Construct an increment processor that will increment a property value by a specified amount, returning either the old or the new value as specified.static <K,
V, N extends Number>
InvocableMap.EntryProcessor<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.