Skip to content

Instantly share code, notes, and snippets.

@xerial
Created October 20, 2018 03:04
Show Gist options
  • Save xerial/8d15e25cc6d18be5cd9402fc66743b99 to your computer and use it in GitHub Desktop.
Save xerial/8d15e25cc6d18be5cd9402fc66743b99 to your computer and use it in GitHub Desktop.
val testDesign = d
.bind[DB].to[InMemoryDB]
.bind[HttpClient].to[InMemoryLogger]
testDesign.build[A] { a => ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment