Skip to content

Instantly share code, notes, and snippets.

@bandrzejczak
Created February 9, 2018 21:51
Show Gist options
  • Select an option

  • Save bandrzejczak/8a9dd68ecb3a8c8409b82253cf78c3e4 to your computer and use it in GitHub Desktop.

Select an option

Save bandrzejczak/8a9dd68ecb3a8c8409b82253cf78c3e4 to your computer and use it in GitHub Desktop.
class TernaryIfThenClause(c: => Boolean, tc: => Unit){
lazy val cond = c
lazy val thenClause = tc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment