Skip to content

Instantly share code, notes, and snippets.

@emres
Created January 4, 2014 19:00
Show Gist options
  • Save emres/8259182 to your computer and use it in GitHub Desktop.
Save emres/8259182 to your computer and use it in GitHub Desktop.
A List of People objects.
val people =
List(Person("Emre", List(Residence("Antwerp", "BE"))),
Person("Berk", List(Residence("Antwerp", "BE"))),
Person("Ergin", List(Residence("Istanbul", "TR"),
Residence("Ankara", "TR"))),
Person("Ahmet", List(Residence("Istanbul", "TR"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment