addAll abstract method

bool addAll(
  1. KtIterable<T> elements
)

Adds all of the elements in the specified collection to this collection.

@return true if any of the specified elements was added to the collection, false if the collection was not modified.

Implementation

bool addAll(KtIterable<T> elements);