Skip to content

Instantly share code, notes, and snippets.

@yyYank
Last active October 28, 2016 18:26
Show Gist options
  • Save yyYank/dad6a620878cc20e1186a60645c3c398 to your computer and use it in GitHub Desktop.
Save yyYank/dad6a620878cc20e1186a60645c3c398 to your computer and use it in GitHub Desktop.
fun hoge() {
val callback = {} いくぜ {}
}
infix fun (() -> Unit).いくぜ(f: () -> Unit) : Runnable = Runnable {f()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment