AllOf/AnyOf: Pass the matchers to constructor using varargs by dgroup · Pull Request #245 · hamcrest/JavaHamcrest (original) (raw)

Add a way to construct the AllOf, AnyOf matchers using the varargs.
Some projects prohibit the using of static imports/methods, therefore we have to wrap the matchers to the Iterable, it's not convenient and looks a bit ugly.

@tumbarumba , could you please review/give feedback on this pull request?