Packages

abstract class TypedCollectionTypeConstructor[C[_]] extends CollectionTypeConstructor

Annotations
@implicitNotFound()
Source
Type.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedCollectionTypeConstructor
  2. CollectionTypeConstructor
  3. AnyRef
  4. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TypedCollectionTypeConstructor(classTag: ClassTag[C[Any]])

Abstract Value Members

  1. abstract def createBuilder[E](implicit arg0: ClassTag[E]): Builder[E, C[E]]

    Create a Builder for the collection type, given a ClassTag for the element type

    Create a Builder for the collection type, given a ClassTag for the element type

    Definition Classes
    TypedCollectionTypeConstructorCollectionTypeConstructor
  2. abstract def isSequential: Boolean

    Determines if order is relevant

    Determines if order is relevant

    Definition Classes
    CollectionTypeConstructor
  3. abstract def isUnique: Boolean

    Determines if only distinct elements are allowed

    Determines if only distinct elements are allowed

    Definition Classes
    CollectionTypeConstructor

Concrete Value Members

  1. val classTag: ClassTag[C[Any]]

    The ClassTag for the type constructor

    The ClassTag for the type constructor

    Definition Classes
    TypedCollectionTypeConstructorCollectionTypeConstructor
  2. def equals(o: Any): Boolean
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any
  4. def iterableSubstitute: CollectionTypeConstructor

    Return a CollectionTypeConstructor which builds a subtype of Iterable but has the same properties otherwise.

    Return a CollectionTypeConstructor which builds a subtype of Iterable but has the same properties otherwise.

    Definition Classes
    CollectionTypeConstructor
  5. def toString(): String
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any