Created
May 26, 2016 06:14
-
-
Save anonymous/e0f829debf88dda8a791ee24d22fb8a6 to your computer and use it in GitHub Desktop.
the description for this gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@addImplicitConversions case class UserID(value: Int) extends MappedTo[Int] | |
@addImplicitConversions case class ItemID(value: Int) extends MappedTo[Int] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment