scala.collection.IterableFactory
See theIterableFactory companion trait
object IterableFactory
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
IterableFactory.type
Members list
In this article
Fixes the element type of factory to A
Fixes the element type of factory to A
Type of elements
Collection type constructor of the factory (e.g. Seq, List)
The factory to fix the element type
A Factory that uses the given factory to build a collection of elements of type A