what does the A mean in the def foldLeft[B](z: B)(op: (B, A) ⇒ B): B?

后端 未结 0 402
一个人的身影
一个人的身影 2020-11-21 12:35

the foldLeft and many other collection methods of the scala library will have the method signature like this \'\'\'def foldLeft[B](z: B)(op: (B, A) ⇒ B): B?\'\'\' I know the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题