Skip to content

Instantly share code, notes, and snippets.

@katzkb
Created April 5, 2022 03:58
Show Gist options
  • Save katzkb/d29a309135989b8936cb9a70aeb60c01 to your computer and use it in GitHub Desktop.
Save katzkb/d29a309135989b8936cb9a70aeb60c01 to your computer and use it in GitHub Desktop.
case class UserView(
id: UserId,
name: String,
groups: Seq[Group]
)
val result: Seq[UserView] = ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment