add abstract method

int add(
  1. T value
)

Implementation

int add(T value);