Skip to content

Instantly share code, notes, and snippets.

@sagarpatel288
Created May 4, 2020 11:12
Show Gist options
  • Save sagarpatel288/6fdfe9c3ede9545e07716c3646dc1514 to your computer and use it in GitHub Desktop.
Save sagarpatel288/6fdfe9c3ede9545e07716c3646dc1514 to your computer and use it in GitHub Desktop.
overhead inline function
inline fun Int.doSomething(y: Int, noinline ftOne: Int.(Int) -> Int) {
//passing a function type to another function
val funOne = someFunction(ftOne)
/*...*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment