c

slick.compiler

RemoveMappedTypes

class RemoveMappedTypes extends Phase

Remove all mapped types from the tree and store the original top-level type as the phase state to be used later for building the ResultSetMapping.

Source
CreateResultSetMapping.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoveMappedTypes
  2. Phase
  3. Logging
  4. Function1
  5. AnyRef
  6. 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 RemoveMappedTypes()

Type Members

  1. type State = Type

    The immutable state of the phase that can also be accessed by other phases.

    The immutable state of the phase that can also be accessed by other phases.

    Definition Classes
    RemoveMappedTypesPhase

Value Members

  1. def andThen[A](g: (CompilerState) => A): (CompilerState) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(state: CompilerState): CompilerState

    Run the phase

    Run the phase

    Definition Classes
    RemoveMappedTypesPhase → Function1
  3. def compose[A](g: (A) => CompilerState): (A) => CompilerState
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val name: String

    The unique name of the phase

    The unique name of the phase

    Definition Classes
    RemoveMappedTypesPhase
  5. def removeMappedType(tpe: Type): Type

    Remove MappedTypes from a Type

  6. def removeTypeMapping(n: Node): Node

    Remove TypeMapping nodes and MappedTypes

  7. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any