addAll abstract method

void addAll(
  1. Iterable<T> values
)

Adds all values to the iterable atom

Implementation

void addAll(Iterable<T> values);