- 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.
- Vue.js 3.x快速入門
- Computer Vision for the Web
- ThinkPHP 5實戰
- Java高手真經(高級編程卷):Java Web高級開發技術
- Architecting the Industrial Internet
- Java技術手冊(原書第7版)
- Learning Linux Binary Analysis
- 編寫高質量代碼:改善C程序代碼的125個建議
- Reactive Programming With Java 9
- 零基礎學Python數據分析(升級版)
- Android程序設計基礎
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Learning Splunk Web Framework