soabase / soabase-halva

Idiomatic Scala ... in Java
https://github.com/soabase/soabase-halva/blob/master/README.md
Apache License 2.0
81 stars 5 forks source link

Throw a MatchError when no match and no default case #5

Closed Randgalt closed 8 years ago

Randgalt commented 8 years ago

Be like Scala - throw MatchError when there isn't a default case and there are no matches.