You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several methods that take a Matcher or Consumer where the type won't be the last and that's not idiomatic as if you want to write a lambda, not having it the last argument is a little odd.
The text was updated successfully, but these errors were encountered:
There are several methods that take a
Matcher
orConsumer
where the type won't be the last and that's not idiomatic as if you want to write a lambda, not having it the last argument is a little odd.The text was updated successfully, but these errors were encountered: