scala.collection.IterableFactory$
See theIterableFactory companion trait
object IterableFactory
Attributes
- Companion
- trait
- Source
- Factory.scala
- Graph
-
- Supertypes
- Self type
-
IterableFactory.type
Members list
Type members
Classlikes
class Delegate[CC[_]](delegate: IterableFactory[CC]) extends IterableFactory[CC]
Attributes
- Source
- Factory.scala
- Supertypes
- Known subtypes
Implicits
Implicits
Attributes
- Source
- Factory.scala
Fixes the element type of factory
to A
Fixes the element type of factory
to A
Type parameters
- A
-
Type of elements
- CC
-
Collection type constructor of the factory (e.g.
Seq
,List
)
Value parameters
- factory
-
The factory to fix the element type
Attributes
- Returns
-
A Factory that uses the given
factory
to build a collection of elements of typeA
- Source
- Factory.scala
In this article