Skip to content

Instantly share code, notes, and snippets.

@dkomanov
Created May 22, 2020 21:57
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/2eafcf170a02fd5219d08cfac22eef54 to your computer and use it in GitHub Desktop.
Save dkomanov/2eafcf170a02fd5219d08cfac22eef54 to your computer and use it in GitHub Desktop.
[writing-async-app-in-scala-part-1] multiple statement
def condition1: Boolean = ...
def condition2: Boolean = ...
def condition3: Boolean = ...
if (condition1 && (condition2 || condition3)) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment