Skip to content

Instantly share code, notes, and snippets.

@johntbush
Created April 9, 2014 04:30
Show Gist options
  • Save johntbush/10226188 to your computer and use it in GitHub Desktop.
Save johntbush/10226188 to your computer and use it in GitHub Desktop.
implicit method def
def isModerator()(implicit user: User, request: RequestHeader): Boolean = {
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment