网站介绍:文章浏览阅读97次。object Demon1 { def main(args: Array[String]): Unit = { //函数1 def function1(x: Int, y: Int): Int = x + y println("函数1:" + function1(1, 2)) println("=====================================") //函数2(匿名函数) val function2 = (x: Int, y: I_scala 箭头函数,匿名函数,模式匹配
- 链接地址:https://blog.csdn.net/qq_43012693/article/details/109203525
- 链接标题:Scala函数代码整理:匿名函数、柯理化、模式匹配等_scala 箭头函数,匿名函数,模式匹配-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:9091
- 网站标签:scala 箭头函数 匿名函数 模式匹配