Skip to content

Instantly share code, notes, and snippets.

@fmpwizard
Created March 30, 2011 04:15
Show Gist options
  • Save fmpwizard/893851 to your computer and use it in GitHub Desktop.
Save fmpwizard/893851 to your computer and use it in GitHub Desktop.
private object Info {
val selectedState= ValueCell(state)
val cities= selectedState.lift(_ + "")
val ids= selectedState.lift(_ + "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment