mlhaufe / brevity

Brevity is a library that enables Feature-Oriented Programming (FOP) and solves the expression problem in a manner that makes data and operation declarations trivial to define and compose.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Wildcard methods #68

Open mlhaufe opened 1 year ago

mlhaufe commented 1 year ago

Scala has the following:

names.map(_.toUpperCase)

Extend the wildcard symbol _ to support similar.

TODO: show use case