Last active
August 26, 2018 22:34
-
-
Save joan38/6b9da1062dbac8bf68020b3023a6598b to your computer and use it in GitHub Desktop.
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 Creatable[Resource](implicit resourceEncoder: Encoder[Resource]) { | |
def create(resource: Resource): Unit = ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment