Packages

c

slick.ast

ErasedCollectionTypeConstructor

class ErasedCollectionTypeConstructor[C[_]] extends TypedCollectionTypeConstructor[C]

Source
Type.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErasedCollectionTypeConstructor
  2. TypedCollectionTypeConstructor
  3. CollectionTypeConstructor
  4. AnyRef
  5. 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 ErasedCollectionTypeConstructor(factory: Factory[Any, C[Any]], classTag: ClassTag[C[Any]])

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 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
    ErasedCollectionTypeConstructorTypedCollectionTypeConstructorCollectionTypeConstructor
  3. def equals(o: Any): Boolean
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any
  5. val isSequential: Boolean

    Determines if order is relevant

    Determines if order is relevant

    Definition Classes
    ErasedCollectionTypeConstructorCollectionTypeConstructor
  6. val isUnique: Boolean

    Determines if only distinct elements are allowed

    Determines if only distinct elements are allowed

    Definition Classes
    ErasedCollectionTypeConstructorCollectionTypeConstructor
  7. 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
  8. def toString(): String
    Definition Classes
    TypedCollectionTypeConstructor → AnyRef → Any