toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-collection
/
love.forte.simbot.common.collection
/
ConcurrentQueue
/
removeIf
remove
If
abstract
fun
removeIf
(
predicate
:
(
T
)
->
Boolean
)
(
source
)
根据条件从列表中删除元素。
Parameters
predicate
用于确定是否应删除元素的条件。只有满足条件的元素才会被删除。