Created
August 26, 2018 22:51
-
-
Save joan38/7598512e4d26ff35e7ae6abd12ad1d15 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 protected val 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