Packages

class Delegate[C[_, _]] extends MapFactory[C]

Annotations
@SerialVersionUID()
Source
Factory.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Delegate
  2. MapFactory
  3. Serializable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Delegate(delegate: MapFactory[C])

Value Members

  1. def apply[K, V](elems: (K, V)*): C[K, V]
    Definition Classes
    DelegateMapFactory
  2. def empty[K, V]: C[K, V]
    Definition Classes
    DelegateMapFactory
  3. def from[K, V](it: IterableOnce[(K, V)]): C[K, V]
    Definition Classes
    DelegateMapFactory
  4. implicit def mapFactory[K, V]: Factory[(K, V), C[K, V]]
    Definition Classes
    MapFactory
  5. def newBuilder[K, V]: Builder[(K, V), C[K, V]]
    Definition Classes
    DelegateMapFactory