removeAll

expect open override fun removeAll(elements: Collection<E>): Boolean(source)

Removes all of this collection's elements that are also contained in the specified collection.

Since Kotlin

1.0

Return

true if any of the specified elements was removed from the collection, false if the collection was not modified.

actual open override fun removeAll(elements: Collection<E>): Boolean(source)

Removes all of this collection's elements that are also contained in the specified collection.

Since Kotlin

1.3

Return

true if any of the specified elements was removed from the collection, false if the collection was not modified.

actual open override fun removeAll(elements: Collection<E>): Boolean(source)

Removes all of this collection's elements that are also contained in the specified collection.

Since Kotlin

1.8

Return

true if any of the specified elements was removed from the collection, false if the collection was not modified.

actual open override fun removeAll(elements: Collection<E>): Boolean(source)

Removes all of this collection's elements that are also contained in the specified collection.

Since Kotlin

1.8

Return

true if any of the specified elements was removed from the collection, false if the collection was not modified.