mingkangpan
fun foo() { val list = ArrayList<Model>() val predicate = Model(1) list.filter(predicate).forEach { } }