Skip to content

Instantly share code, notes, and snippets.

@jesseschalken
Created August 26, 2020 18:35
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 jesseschalken/c57011c83c156864a1ab61ee7ec467a9 to your computer and use it in GitHub Desktop.
Save jesseschalken/c57011c83c156864a1ab61ee7ec467a9 to your computer and use it in GitHub Desktop.
T.also(block: (T) -> Unit): T
T.apply(block: T.() -> Unit): T
T.let(block: (T) -> R): R
T.run(block: T.() -> R): R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment