- Learn Scala Programming
- Slava Schmidt
- 130字
- 2021-06-10 19:35:40
IterableFactory
trait IterableFactory[+CC[_]] is a base trait for companion objects for specific collections which provides a number of operations to create a specific collection with the type specified by the CC type constructor; this is sometimes called target-type driven building because the type of the source collection is ignored. Most of the companion objects in the collection library extend this trait, which makes it possible to use them in places where IterableFactory is expected.
As this is the main abstraction that allows to build a collection from scratch, it is useful to know which methods it supplies. All of them return CC[A]. The following table contains a short summary:

Arguably, IterableFactory provides a lot of different possibilities to create a collection of a desired type.
- 大話PLC(輕松動漫版)
- Python快樂編程:人工智能深度學習基礎
- INSTANT OpenCV Starter
- Mastering SVG
- Machine Learning with R Cookbook(Second Edition)
- Vue.js快速入門與深入實戰
- Developing Middleware in Java EE 8
- VSTO開發入門教程
- Instant RubyMotion App Development
- Java EE 7 Performance Tuning and Optimization
- Building Android UIs with Custom Views
- C專家編程
- Python 3 數據分析與機器學習實戰
- 深入理解BootLoader
- C++服務器開發精髓