SpecificIterableFactory
 scala.collection.SpecificIterableFactory
  trait SpecificIterableFactory[-A, +C] extends Factory[A, C]
 
Type parameters
- A
- 
    Type of elements (e.g. Int,Boolean, etc.)
- C
- 
    Type of collection (e.g. List[Int],TreeMap[Int, String], etc.)
Attributes
- Source
- Factory.scala
- Graph
- 
    
- Supertypes
- Known subtypes
- 
    object BitSetobject WrappedStringobject BitSetobject BitSetobject DoubleAccumulatorobject IntAccumulatorobject LongAccumulator
Members list
In this article