scala.collection.EvidenceIterableFactory
See theEvidenceIterableFactory companion trait
object EvidenceIterableFactory
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
class Delegate[CC[_], Ev[_]](delegate: EvidenceIterableFactory[CC, Ev]) extends EvidenceIterableFactory[CC, Ev]
Attributes
- Supertypes
- Known subtypes
Implicits
Implicits
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.
TreeSet) - Ev
-
Type constructor of the evidence (usually
OrderingorClassTag)
Value parameters
- factory
-
The factory to fix the element type
Attributes
- Returns
-
A Factory that uses the given
factoryto build a collection of elements of typeA
In this article