TypeUtil

slick.ast.TypeUtil
See theTypeUtil companion object
final class TypeUtil(val tpe: Type) extends AnyVal

Attributes

Companion:
object
Source:
Type.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Type.scala
def collect[T](pf: PartialFunction[Type, T]): ConstArray[T]

Attributes

Source:
Type.scala
def containsSymbol(tss: Set[TypeSymbol]): Boolean

Attributes

Source:
Type.scala
def existsType(f: Type => Boolean): Boolean

Attributes

Source:
Type.scala
def replace(f: PartialFunction[Type, Type]): Type

Attributes

Source:
Type.scala

Concrete fields

val tpe: Type

Attributes

Source:
Type.scala