Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created December 8, 2013 00:18
Show Gist options
  • Save volgar1x/7851726 to your computer and use it in GitHub Desktop.
Save volgar1x/7851726 to your computer and use it in GitHub Desktop.
trait FooHandlerComponent extends HandlerComponent {
handle(authenticated && playing) {
case Message(s, Bar(baz)) if xzf =>
Future.Done
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment