开发者

Summary/reference documentation on Scala standard library types [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

Details on the packages/types is in the Scala API documentation on scala-lang.org. But that's organised by class and I (as a Scala开发者_如何学运维 neophyte) find it difficult to locate the exact data type I need and work out what operation are supported on what (especially in the huge and powerful scala.collections.* tree).

Is there an online or dead-tree resource that either presents this reference information more usably, or guides the reader through the library?

Alternatively, maybe I just need to be informed how to use the existing Scala API doc website more effectively.

Any advice on effective use of the standard Scala library gratefully received!


For the collections in particular, there's a very good overview available here: http://www.scala-lang.org/docu/files/collections-api/collections.html

Written by Martin Odersky himself :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜