Skip to content

Instantly share code, notes, and snippets.

@dkomanov
Created May 22, 2020 22:17
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 dkomanov/3b4a60ad6870a301fdce1a19a6db364c to your computer and use it in GitHub Desktop.
Save dkomanov/3b4a60ad6870a301fdce1a19a6db364c to your computer and use it in GitHub Desktop.
[writing-async-app-in-scala-part-1] for-comprehensions 5
movie <- getMovie.filter(!_.hidden).recoverWith {
case _: NoSuchElementException => Future.failed(new HiddenMovieException("..."))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment