KtMutableIterableExtensions<T> extension

on

Methods

removeAllWhere(bool predicate(T)) bool
Removes all elements from this KtMutableIterable that match the given predicate.
retainAllWhere(bool predicate(T)) bool
Retains only elements of this KtMutableIterable that match the given predicate