process abstract method

T process(
  1. T oldValue,
  2. T newValue
)

Implementation

T process(T oldValue, T newValue);