Skip to content

Instantly share code, notes, and snippets.

@sellmair
Last active August 6, 2018 09:51
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 sellmair/cd8d0eb12133f54f7eb63be8810455dd to your computer and use it in GitHub Desktop.
Save sellmair/cd8d0eb12133f54f7eb63be8810455dd to your computer and use it in GitHub Desktop.
fun PatternDetector.combine(other: PatternDetector): PatternDetector {
return PatternDetectorConnector(this, other)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment