Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-25 17:03:24 +04:00
parent 504d0276f9
commit d6fbc592c3
11 changed files with 120 additions and 18 deletions

View file

@ -1,7 +1,7 @@
package com.tangem.utils.extensions
/**
* Removes an element from the collection based on the provided predicate.
* Removes elements from the collection based on the provided predicate.
*
* !!!This function is not thread-safe!!!
*