xenoterracide
07/11/2019, 8:36 PMexists { Predicate } : Boolean
on collections?mathew murphy
07/11/2019, 8:37 PM.find { predicate }
?Ruckus
07/11/2019, 8:37 PMany { ... }
, all { ... }
, none { ... }
, etc.Ruckus
07/11/2019, 8:38 PMmathew murphy
07/11/2019, 8:39 PM.any
if you only need to know at least one exists.xenoterracide
07/11/2019, 8:41 PMany
is what I’m looking for! thanks guys