Uses of Class
com.tangosol.util.processor.PropertyManipulator
-
Packages that use PropertyManipulator Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of PropertyManipulator in com.tangosol.util
Methods in com.tangosol.util that return PropertyManipulator Modifier and Type Method Description static <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.Methods in com.tangosol.util with parameters of type PropertyManipulator Modifier and Type Method Description static <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.
-