Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 20, 2021 11:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save 1ambda/ae2643082b9b9f4360b2da2416db914e to your computer and use it in GitHub Desktop.
val dsUserUpdated = dsUserFiltered
.map(x => x.copy(yearBirth = x.yearBirth + 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment