scala-codesheet-api icon indicating copy to clipboard operation
scala-codesheet-api copied to clipboard

lambdas

Open MasseGuillaume opened this issue 12 years ago • 0 comments

def map(f:(Int) => Int):Int = {
    2 * f(2)
}

MasseGuillaume avatar Sep 28 '13 15:09 MasseGuillaume