Skip to content

Instantly share code, notes, and snippets.

@stefanobaghino
Created July 29, 2015 15:30
Show Gist options
  • Select an option

  • Save stefanobaghino/48d73c57b390699d46bf to your computer and use it in GitHub Desktop.

Select an option

Save stefanobaghino/48d73c57b390699d46bf to your computer and use it in GitHub Desktop.
true match {
case _ if (condition1) => expression1
case _ if (condition2) => expression2
}
@russwyte

Copy link
Copy Markdown

What in the world...

@stefanobaghino

Copy link
Copy Markdown
Author

@russwyte Code I've stumbled upon today, used this Gist to share it on Twitter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment