There are two methods in groovy: the method any
and find
which can be used in Maps.
Both of these methods will "seek" we are interested in the content (ie, the method any
and find
returns, whether in the Map element or not, that is, they need to look for).
But in this search, how are they different?
Ant's source
share