scala-codesheet-api
scala-codesheet-api copied to clipboard
lambdas
def map(f:(Int) => Int):Int = {
2 * f(2)
}