addAll abstract method

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

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

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