containsAll abstract method

bool containsAll(
  1. KtCollection<T> elements
)

Checks if all elements in the specified collection are contained in this collection.

Implementation

bool containsAll(KtCollection<T> elements);