Join Slack
Powered by
the way the stdlib does it for `Iterable<T?>...
# announcements
s
Shawn
12/25/2017, 7:13 PM
the way the stdlib does it for
Iterable<T?>.filterNotNull()
is by instantiating an empty ArrayList and populating it with non-null values
10
Views
Open in Slack
Previous
Next