Open
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
Labels
No labels