ngarbezza/oow

[extension] none(condition) for all collections

ngarbezza opened this issue · 0 comments

Those should be equivalent:

collection.none(elem => condition)
collection.all(elem => !condition)

We need to make sure this works for every type of collection.