Created
August 28, 2015 14:59
-
-
Save WadeWaldron/a7409fbf3bfe0f79fe5e to your computer and use it in GitHub Desktop.
2015-08-28-DataStoreAbstractions-UserAddressStore
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
trait UserAddressStore { | |
def find(userId: UserId): Option[Address] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment