Skip to content

Create a MapTrue on option #39

Open
@Patouche

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions