Skip to content

Instantly share code, notes, and snippets.

@deanwampler
Last active December 27, 2020 15:22
Show Gist options
  • Save deanwampler/05b688afec0af101c650ce5e94467550 to your computer and use it in GitHub Desktop.
Save deanwampler/05b688afec0af101c650ce5e94467550 to your computer and use it in GitHub Desktop.
Implementing `apply` explicitly in a Conversion.
given Conversion[Double,Dollars] with
def apply(d: Double): Dollars = Dollars(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment