Join Slack
Communities
Powered by
can somebody explain why `Iterable<T>.all(.....
# announcements
s
strelok
10/17/2017, 1:55 AM
can somebody explain why
Iterable<T>.all(...)
returns
true
if the collection is empty?
a
alex.krupa
10/17/2017, 5:58 AM
This is more related to set logic than implementation. Try googling
empty set predicate logic
for more info.
2
Views
Open in Slack
Previous
Next