Skip to content

Instantly share code, notes, and snippets.

@jczuchnowski
Created August 4, 2019 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jczuchnowski/d202252b5e7335643f4e0d4bfad257c3 to your computer and use it in GitHub Desktop.
Save jczuchnowski/d202252b5e7335643f4e0d4bfad257c3 to your computer and use it in GitHub Desktop.
object ApplicationService {
def getPortfolio(portfolioId: PortfolioId): ZIO[AssetRepository with PortfolioAssetRepository, Exception, PortfolioStatus] = ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment