Uses of Interface
com.tangosol.util.ValueManipulator
Packages that use ValueManipulator
Package
Description
Contains various generic utilities.
Contains 
ValueExtractor and
 ValueUpdater related classes.Contains concrete 
InvocableMap.EntryProcessor
 implementations.- 
Uses of ValueManipulator in com.tangosol.util
Classes in com.tangosol.util that implement ValueManipulator - 
Uses of ValueManipulator in com.tangosol.util.extractor
Classes in com.tangosol.util.extractor that implement ValueManipulatorModifier and TypeClassDescriptionclassA ValueUpdater implementation based on an extractor-updater pair that could also be used as a ValueManipulator. - 
Uses of ValueManipulator in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement ValueManipulatorModifier and TypeClassDescriptionclassPropertyManipulator<V,R> PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.Fields in com.tangosol.util.processor declared as ValueManipulatorModifier and TypeFieldDescriptionprotected ValueManipulator<V, R> PropertyProcessor.m_manipulatorThe property value manipulator.Constructors in com.tangosol.util.processor with parameters of type ValueManipulatorModifierConstructorDescriptionNumberIncrementor(ValueManipulator manipulator, N numInc, boolean fPostIncrement) Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.NumberMultiplier(ValueManipulator<V, N> manipulator, N numFactor, boolean fPostFactor) Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.PropertyProcessor(ValueManipulator<V, R> manipulator) Construct a PropertyProcessor based for the specified ValueManipulator.