runeflobakk / motif

A Java library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
6 stars 0 forks source link

Enum-resolver from name with fallback #58

Closed runeflobakk closed 10 years ago

runeflobakk commented 10 years ago

Enums.to(Class<Enum>) throws exception if given a String which is not parseable as a constant. Provide a variant of the Fn which yields a fallback value instead of throwing exception.