-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify TextMatcher to take a Matcher<String> #203
Labels
Comments
@0crat assign me |
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
Merged
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Sep 27, 2020
Job was finished in 47 hours, bonus for fast delivery is possible (see §36) |
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Feb 13, 2021
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Feb 13, 2021
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Feb 13, 2021
victornoel
added a commit
to victornoel/cactoos-matchers
that referenced
this issue
Feb 13, 2021
@0crat status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
TextMatcher
is meant to work at a lower level of abstraction than theMatcher<Text>
class it implements, let's make it take aMatcher<String>
instead of aMatcher<Text>
.This will simplify code, behaviour and shouldn't introduce regression.
The text was updated successfully, but these errors were encountered: