Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Scala 中,是否有一个scanr1类似于 Haskell 的scanr1,它不接受零元素并产生中间结果,否则这些结果将由有序reduce操作创建?
scanr1
reduce
核心 Scala 中没有这样的功能。Scalaz 或其他社区库采用的一些有用功能。例如马达确实有scanRight1