Skip to content

Instantly share code, notes, and snippets.

@yyYank
Created November 22, 2016 11:23
Show Gist options
  • Save yyYank/460288863db3dffb3dcf29b70a738b00 to your computer and use it in GitHub Desktop.
Save yyYank/460288863db3dffb3dcf29b70a738b00 to your computer and use it in GitHub Desktop.
この書き方知らなかった
fun highOrderOne(one : Int, f : ((one : Int) -> Int)) {
}
fun hoge(){
highOrderOne(1) { x ->
x + 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment