<@U13A9PZC0> If you have one lying around you can ...
# tornadofx
e
@gtnarg If you have one lying around you can do
list.predicate = Predicate { myPredicate.test(it) }
, but for new code you should just operate with a function of
(T) -> Boolean
.