Skip to content

yspotts/case-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Case Classes Demo

Presented at the Atlanta Scala Meetup on May 18, 2016.

Car.scala is a plain old Scala code which can be compiled as usual. CarDemo.sc is a scala worksheet which can be run from within IntelliJ.

Decompiled output of all generated classes is located in decompiled_ouput directory

To see the decompiled output of the generated classes run:

javap -cp <classpath of compiled classes> <name of class>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages