addAll abstract method

Result addAll(
  1. Iterable<Elem> v
)

Returns a new list with the items added to the end of the list

Implementation

Result addAll(Iterable<Elem> v);