Add AllMatch, AnyMatch, NoneMatch generic range matchers #2109
Comments
|
There might also be interest in simple |
|
@horenmar Hello! I would love to contribute here. Where should I implement those methods? And could you tell me more about the new generic matcher support? |
|
The new matchers docs are here. There is a very similar functionality in This is essentially the
|
|
Thank you! I will be working on this. |
They should take single matcher during construction, and their
matchmethod should take a generic range, using the new generic matcher support.Expected usage:
the matching semantics are hopefully obvious from the names😃
The text was updated successfully, but these errors were encountered: