Skip to content
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

Create a MapTrue on option #39

Open
Patouche opened this issue Feb 1, 2024 · 0 comments
Open

Create a MapTrue on option #39

Patouche opened this issue Feb 1, 2024 · 0 comments

Comments

@Patouche
Copy link

Patouche commented Feb 1, 2024

Hi,

Most of the times we returns a constant for the Map method on the Option receiver. For example, we might have something like :

mo.Some("foobar").Map(func(value string) (string, bool) { return strings.ToUpper(value), true }).MustGet()

Maybe we can get a little better with something like:

mo.Some("foobar").MapTrue(func(value string) string { return strings.ToUpper(value) }).MustGet()

What's your opinion about that ?

Regards,
Patrick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant