addAll abstract method

  1. @override
bool addAll(
  1. KtIterable<T> elements
)
override

Adds all of the elements of the specified collection to the end of this list.

The elements are appended in the order they appear in the elements collection.

@return true if the list was changed as the result of the operation.

Implementation

@override
bool addAll(KtIterable<T> elements);