mlhaufe/brevity

Wildcard methods

Opened this issue · 0 comments

Scala has the following:

names.map(_.toUpperCase)

Extend the wildcard symbol _ to support similar.

TODO: show use case