Skip to content

Instantly share code, notes, and snippets.

@aaronlevin
Last active January 4, 2016 04:19
Show Gist options
  • Save aaronlevin/8567698 to your computer and use it in GitHub Desktop.
Save aaronlevin/8567698 to your computer and use it in GitHub Desktop.
LiftWeb++

xxx typeOf[B] = org.weirdcanada.distro.data.ArtistData
xxx calling: object bState extends RequestVar[B](implicitly[HasEmpty[B]].empty)
xxx B: ArtistData(,,,,Band,,,alberta,canada)

(next iteration)

xxx typeOf[B]: org.weirdcanada.distro.data.PublisherData
xxx calling: object bState extends RequestVar[B](implicitly[HasEmpty[B]].empty)
xxx B: ArtistData(,,,,Band,,,alberta,canada)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment