Skip to content

Instantly share code, notes, and snippets.

@jilen
Created August 28, 2015 01:41
Show Gist options
  • Save jilen/147ac57d71b9bb5dd388 to your computer and use it in GitHub Desktop.
Save jilen/147ac57d71b9bb5dd388 to your computer and use it in GitHub Desktop.
def inSummaryPool(summaryName: String, summaryType: String) = ???
names.collect {
case namePattern(summaryName, summaryType) if inSummaryPool(summaryName, summaryType) =>
summaryPool(summaryName)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment