class ScalaOptionType[T] extends ScalaType[Option[T]] with OptionTypedType[T]
- Alphabetic
- By Inheritance
- ScalaOptionType
- OptionTypedType
- OptionType
- ScalaType
- TypedType
- Type
- Dumpable
- AnyRef
- Any
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- def children: ConstArray[Type]
All children of this Type.
All children of this Type.
- Definition Classes
- OptionType → Type
- 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
- OptionType → Type
- def classTag: ClassTag[Option[_]]
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
- OptionType → Type
- val elementType: ScalaType[T]
- Definition Classes
- ScalaOptionType → OptionTypedType → OptionType
- def equals(o: Any): Boolean
- Definition Classes
- OptionType → AnyRef → Any
- def getDumpInfo: DumpInfo
Return the name, main info, attribute info and named children
- def hashCode(): Int
- Definition Classes
- OptionType → AnyRef → Any
- final def isPrimitive: Boolean
- Definition Classes
- ScalaType
- def mapChildren(f: (Type) => Type): ScalaOptionType[T]
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
- ScalaOptionType → Type
- def nullable: Boolean
- Definition Classes
- ScalaOptionType → ScalaType
- def optionType: ScalaOptionType[Option[T]]
- def ordered: Boolean
- Definition Classes
- ScalaOptionType → ScalaType
- def scalaOrderingFor(ord: Ordering): scala.math.Ordering[Option[T]]
- Definition Classes
- ScalaOptionType → ScalaType
- final def scalaType: ScalaType[Option[T]]
- def select(sym: TermSymbol): Type
- Definition Classes
- Type
- def structural: Type
The structural view of this type
The structural view of this type
- Definition Classes
- Type
- def structuralRec: Type
Remove all NominalTypes recursively from this Type
Remove all NominalTypes recursively from this Type
- Definition Classes
- Type
- def toString(): String
- Definition Classes
- ScalaOptionType → OptionType → AnyRef → Any
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...