Join Slack
Powered by
Filter operates on the elements like this ``` lis...
# getting-started
s
SiebelsTim
04/14/2018, 5:01 PM
Filter operates on the elements like this
Copy code
listOf("a", "b", "c").filter { it == "a" }
Open in Slack
Previous
Next