Packages

t

slick.lifted

OptionMapper

trait OptionMapper[BR, R] extends (Rep[BR]) => Rep[R]

Source
OptionMapper.scala
Linear Supertypes
(Rep[BR]) => Rep[R], AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionMapper
  2. Function1
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def apply(v1: Rep[BR]): Rep[R]
    Definition Classes
    Function1
  2. abstract def lift: Boolean

Concrete Value Members

  1. def andThen[A](g: (Rep[R]) => A): (Rep[BR]) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def column(fs: FunctionSymbol, ch: Node*)(implicit bt: TypedType[BR]): Rep[R]
  3. def compose[A](g: (A) => Rep[BR]): (A) => Rep[R]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def liftedType(implicit bt: TypedType[BR]): TypedType[R]
  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any