Skip to content

Instantly share code, notes, and snippets.

@Rasalexman
Created August 17, 2019 19:23
Show Gist options
  • Save Rasalexman/0ad28819f9decf492ac9bf60045da61d to your computer and use it in GitHub Desktop.
Save Rasalexman/0ad28819f9decf492ac9bf60045da61d to your computer and use it in GitHub Desktop.
fun <T> T.call(action: T.() -> Unit): T {
this.action()
return this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment