-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add update method to Refined #48
Comments
A better name and signature would probably be: def mapRefine[U](f: T => U)(implicit p: Predicate[P, U]): Either[String, Refined[U, P]] because it And it should also be provided for |
fthomas
added a commit
that referenced
this issue
Aug 15, 2015
fthomas
added a commit
that referenced
this issue
Aug 15, 2015
fthomas
added a commit
that referenced
this issue
Aug 15, 2015
fthomas
added a commit
that referenced
this issue
Aug 16, 2015
fthomas
added a commit
that referenced
this issue
Aug 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this:
The text was updated successfully, but these errors were encountered: