retainAll abstract method

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

Retains only the elements in this collection that are contained in the specified collection.

@return true if any element was removed from the collection, false if the collection was not modified.

Implementation

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