c

slick.memory.MemoryProfile

MappedColumnType

class MappedColumnType[T, U] extends ScalaType[T] with BaseTypedType[T]

Source
MemoryProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedColumnType
  2. BaseTypedType
  3. AtomicType
  4. ScalaType
  5. TypedType
  6. Type
  7. Dumpable
  8. AnyRef
  9. 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 MappedColumnType(baseType: MemoryProfile.ColumnType[U], toBase: (T) => U, toMapped: (U) => T)(implicit classTag: ClassTag[T])

Value Members

  1. val baseType: MemoryProfile.ColumnType[U]
  2. def children: ConstArray[Nothing]

    All children of this Type.

    All children of this Type.

    Definition Classes
    AtomicTypeType
  3. final def childrenForeach[R](f: (Type) => R): Unit

    Apply a side-effecting function to all children.

    Apply a side-effecting function to all children.

    Definition Classes
    AtomicTypeType
  4. implicit val classTag: ClassTag[T]

    A ClassTag for the erased type of this type's Scala values

    A ClassTag for the erased type of this type's Scala values

    Definition Classes
    MappedColumnTypeType
  5. def getDumpInfo: DumpInfo

    Return the name, main info, attribute info and named children

    Return the name, main info, attribute info and named children

    Definition Classes
    TypeDumpable
  6. final def isPrimitive: Boolean
    Definition Classes
    ScalaType
  7. final def mapChildren(f: (Type) => Type): MappedColumnType.this.type

    Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

    Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

    Definition Classes
    AtomicTypeType
  8. def nullable: Boolean
    Definition Classes
    MappedColumnTypeScalaType
  9. def optionType: ScalaOptionType[T]
    Definition Classes
    ScalaTypeTypedType
  10. def ordered: Boolean
    Definition Classes
    MappedColumnTypeScalaType
  11. def scalaOrderingFor(ord: Ordering): Ordering[T]
    Definition Classes
    MappedColumnTypeScalaType
  12. final def scalaType: ScalaType[T]
    Definition Classes
    ScalaTypeTypedType
  13. def select(sym: TermSymbol): Type
    Definition Classes
    Type
  14. def structural: Type

    The structural view of this type

    The structural view of this type

    Definition Classes
    Type
  15. def structuralRec: Type

    Remove all NominalTypes recursively from this Type

    Remove all NominalTypes recursively from this Type

    Definition Classes
    Type