Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created June 16, 2017 12:23
Show Gist options
  • Save robhinds/0922780f5647f361d97ab663b18960a3 to your computer and use it in GitHub Desktop.
Save robhinds/0922780f5647f361d97ab663b18960a3 to your computer and use it in GitHub Desktop.
val pCaseClass = Person("Jon", 17, true)
val pHlist = genericPerson.to(pCaseClass)
assert pCaseClass == genericPerson.from(pHlist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment