Uses of Interface
com.tangosol.util.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
-
Uses of ValueManipulator in com.tangosol.util.extractor
Modifier and TypeClassDescriptionclass
A ValueUpdater implementation based on an extractor-updater pair that could also be used as a ValueManipulator. -
Uses of ValueManipulator in com.tangosol.util.processor
Modifier and TypeClassDescriptionclass
PropertyManipulator<V,
R> PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.Modifier and TypeFieldDescriptionprotected ValueManipulator
<V, R> PropertyProcessor.m_manipulator
The property value manipulator.ModifierConstructorDescriptionNumberIncrementor
(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.