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
OptionType.type

Members list

Type members

Classlikes

object NonPrimitive

An extractor for a nested or multi-column Option type

An extractor for a nested or multi-column Option type

Attributes

Source
Type.scala
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
Supertypes
class Object
trait Matchable
class Any
Self type
Primitive.type

Value members

Concrete methods

def apply(tpe: Type): OptionType

Attributes

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

Attributes

Source
Type.scala