add method

T add(
  1. R value
)

Implementation

T add(R value) {
  throw Exception("Logic not implemented yet");
}