- Companion
- object
- Source
- Factory.scala
class Delegate[C]
object Map
object SeqMap
object Map
object SeqMap
trait MapViewFactory
object MapView
object TrieMap
object HashMap
object ListMap
object Map
object SeqMap
object TreeSeqMap
object VectorMap
object HashMap
object LinkedHashMap
object ListMap
object OpenHashMap
object WeakHashMap
Value members
Abstract methods
Implicitly added by toFactory
- Value Params
- it
Source collection
- Returns
A collection of type
C
containing the same elements as the source collectionit
.- Source
- Factory.scala
Implicitly added by toFactory
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer.
Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
- Source
- Factory.scala
Implicitly added by toBuildFrom
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer.
Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
- Source
- BuildFrom.scala
Concrete methods
Deprecated methods
@deprecated("Use newBuilder() instead of apply()", "2.13.0") @inline
Implicitly added by toBuildFrom
- Deprecated
- Source
- BuildFrom.scala