-
Notifications
You must be signed in to change notification settings - Fork 0
alahijani/pistachio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pistachio adds case classes and fluent, type-safe pattern matching to Java Feature not present in Scala case classes or ML datatypes ===== Pistachio case classes support "case classes evolution" through JDK 8 default methods. In most languages, if one adds a new case to a case class, all pattern matching statements should be updated to take the new case into account. But in Pistachio one can simply add a default body to the new case that probably delegates to the most appropriate pre-existing case with appropriate parameters.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published