`list.filter { e -> predicates.all { p -> p(...
# getting-started
k
list.filter { e -> predicates.all { p -> p(e) } }
?