Skip to content

Instantly share code, notes, and snippets.

@i-am-the-slime
Created December 15, 2015 12:27
Show Gist options
  • Save i-am-the-slime/88788f4024bb3ae4320e to your computer and use it in GitHub Desktop.
Save i-am-the-slime/88788f4024bb3ae4320e to your computer and use it in GitHub Desktop.
@JSExportAll
sealed trait PMQuery
sealed trait PMAreaQuery extends PMQuery
sealed trait PMCityQuery extends PMAreaQuery
final case class PMCityFromCoordinates(location:PMCoordinatesQuery) extends PMCityQuery
final case class PMCityFromName(name:String) extends PMCityQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment