`val filteredList = list.filter { conditionCheck(i...
# announcements
t
val filteredList = list.filter { conditionCheck(it) }