Skip to content

Instantly share code, notes, and snippets.

@edwardharks
Created February 28, 2018 14:56
Show Gist options
  • Select an option

  • Save edwardharks/4bef6ad8a2a9977395eee80ba17a7965 to your computer and use it in GitHub Desktop.

Select an option

Save edwardharks/4bef6ad8a2a9977395eee80ba17a7965 to your computer and use it in GitHub Desktop.
infix fun User.selects(block: SelectsActions.() -> Unit): User {
block.invoke(SelectsActions)
return this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment