arocnies
06/25/2017, 8:03 PMany { }
with that behavior though. any
returns true
when it finds an element where the predicate is true
, otherwise false
, while all
returns false
when it finds an element where the predicate is false
, otherwise true
.