Skip to content

Instantly share code, notes, and snippets.

@Atternatt
Created April 26, 2022 09:57
Show Gist options
  • Save Atternatt/07015c7198ee4cd07de5942981e4c70a to your computer and use it in GitHub Desktop.
Save Atternatt/07015c7198ee4cd07de5942981e4c70a to your computer and use it in GitHub Desktop.
//Does this compile?
inline fun <A, B> A.andThen(block: (A) -> Unit) {
Runnable {
block(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment