operate abstract method

T operate(
  1. T left,
  2. T right
)

The 'add' operation.

Implementation

T operate(
  final T left,
  final T right,
);