Join Slack
Powered by
<@U13A9PZC0> If you have one lying around you can ...
# tornadofx
e
edvin
03/18/2017, 10:48 PM
@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
.
Open in Slack
Previous
Next