object IterableFactory
- Companion
- class
- Source
- Factory.scala
Type members
Classlikes
Implicits
Implicits
Fixes the element type of factory
to A
Fixes the element type of factory
to A
- Type Params
- A
Type of elements
- CC
Collection type constructor of the factory (e.g.
Seq
,List
)
- Value Params
- factory
The factory to fix the element type
- Returns
A Factory that uses the given
factory
to build a collection of elements of typeA
- Source
- Factory.scala