Packages

object TypedCollectionTypeConstructor

Source
Type.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedCollectionTypeConstructor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit val forArray: TypedCollectionTypeConstructor[Array]

    Get a TypedCollectionTypeConstructor for an Array type

  2. implicit def forColl[C[X] <: Iterable[X]](implicit cbf: Factory[Any, C[Any]], tag: ClassTag[C[Any]]): TypedCollectionTypeConstructor[C]

    Get a TypedCollectionTypeConstructor for an Iterable type

  3. def seq: TypedCollectionTypeConstructor[Vector]

    The standard TypedCollectionTypeConstructor for Seq

  4. def set: TypedCollectionTypeConstructor[Set]

    The standard TypedCollectionTypeConstructor for Set