addAll abstract method

$R addAll(
  1. Iterable<$E> v
)

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

Implementation

$R addAll(Iterable<$E> v);