Make Cond Matcher generic by fasmat · Pull Request #183 · uber-go/mock

gomock.Cond at the moment expects an matcher function with the signature func(x any) bool requiring a manual cast to the expected type. By making this matcher generic the callback function can be t...