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
Doesn't look too difficult to add support for more predicates. Any reason you left it at matches only? What are your recommendations? Perhaps using a Predicate class to avoid bloating the main class further?
I've added a PR with this feature added ;)
The text was updated successfully, but these errors were encountered:
I see that you currently only support
matches
as noted in the Readme.Doesn't look too difficult to add support for more predicates. Any reason you left it at
matches
only? What are your recommendations? Perhaps using aPredicate
class to avoid bloating the main class further?I've added a PR with this feature added ;)
The text was updated successfully, but these errors were encountered: