Delegate

scala.collection.SortedMapFactory.Delegate
class Delegate[CC[_, _]](delegate: SortedMapFactory[CC]) extends SortedMapFactory[CC]

Attributes

Source
Factory.scala
Graph
Supertypes
trait SortedMapFactory[CC]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object SortedMap
object SortedMap
object SortedMap

Members list

Value members

Concrete methods

override def apply[K : Ordering, V](elems: (K, V)*): CC[K, V]

Attributes

Definition Classes
Source
Factory.scala
def empty[K : Ordering, V]: CC[K, V]

Attributes

Source
Factory.scala
def from[K : Ordering, V](it: IterableOnce[(K, V)]): CC[K, V]

Attributes

Source
Factory.scala
def newBuilder[K : Ordering, V]: Builder[(K, V), CC[K, V]]

Attributes

Source
Factory.scala

Implicits

Inherited implicits

implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), CC[K, V]]

Attributes

Inherited from:
SortedMapFactory
Source
Factory.scala