Skip to content

Instantly share code, notes, and snippets.

@isterin
Last active July 6, 2016 04:09
Show Gist options
  • Save isterin/86175d8803357a41d4e0fcd85b212618 to your computer and use it in GitHub Desktop.
Save isterin/86175d8803357a41d4e0fcd85b212618 to your computer and use it in GitHub Desktop.
Scala automatic wrapper/delegation with implicits
class ProxiedHttpRequest(val req:HttpRequest) {
lazy val proxyServer = InetAddress.getByName(“some.proxy.com”)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment