the type of the Map entry key
the type of the Map entry value
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
the ValueManipulator or property name
the Number representing the magnitude and sign of the increment
pass true
to return the value as it was before
it was incremented, or pass
false to return the
value as it is after it is incremented
Protected
incrementThe number to increment by.
Protected
Readonly
manipulatorThe property value manipulator.
Protected
postWhether to return the value before it was multiplied ("post-factor") or after it is multiplied ("pre-factor").
Returns a CompositeProcessor comprised of this and the provided processor.
a CompositeProcessor comprised of this and the provided processor
the next processor
Configure the processor to return the value of the property after being incremented.
Configure the processor to return the value of the property before being incremented.
Returns a ConditionalProcessor comprised of this processor and the provided filter.
The specified entry processor gets invoked if and only if the filter
applied to the entry evaluates to true
; otherwise the
result of the invocation will return null
.
the filter
The NumberIncrementor entry processor is used to increment a property value of a numeric type.