Skip to content

Instantly share code, notes, and snippets.

@ryanpbrewster
Created May 4, 2016 20:52
Show Gist options
  • Select an option

  • Save ryanpbrewster/de29695ae8e568bab67176b9a25878c5 to your computer and use it in GitHub Desktop.

Select an option

Save ryanpbrewster/de29695ae8e568bab67176b9a25878c5 to your computer and use it in GitHub Desktop.
(BatchFetchable.user(userId) and BatchFetchable.group(groupId)).tupled.map {
case (user, group) => s"${user.fullName} is part of ${group.name}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment