Skip to content

Instantly share code, notes, and snippets.

@shkschneider
Last active March 14, 2019 10:36
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 shkschneider/e41b5eae5ba660184b3c65176553c49c to your computer and use it in GitHub Desktop.
Save shkschneider/e41b5eae5ba660184b3c65176553c49c to your computer and use it in GitHub Desktop.
.map {
with(createRequest(Type.NEXT, it, data)) {
val keywords = // ...
copy(keywords = keywords)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment