add abstract method

void add(
  1. T value
)

Adds a value to the iterable atom

Implementation

void add(T value);