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 Stream 集合 API,我注意到 Stream.cons 是作为嵌入式对象实现的。与将其作为函数实现相比,这有什么优势?在什么情况下应该考虑使用这种技术?
干杯。
作为一个对象,它还定义unapply了apply,它允许您对其进行模式匹配。
unapply
apply