OptionType

slick.ast.OptionType$
See theOptionType companion trait
object OptionType

Attributes

Companion:
trait
Source:
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

An extractor for a nested or multi-column Option type

An extractor for a nested or multi-column Option type

Attributes

Source:
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Primitive

An extractor for a non-nested Option type of a single column

An extractor for a non-nested Option type of a single column

Attributes

Source:
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(tpe: Type): OptionType

Attributes

Source:
Type.scala
def unapply(tpe: OptionType): Some[Type]

Attributes

Source:
Type.scala