Returns a matcher which matches Iterables in which all elements match the given matcher.
matcher
Matcher everyElement(matcher) => new _EveryElement(wrapMatcher(matcher));