TypedCase

slick.lifted.Case$.TypedCase
final class TypedCase[B, T](clauses: ConstArray[Node])(implicit evidence$2: TypedType[B], evidence$3: TypedType[T]) extends TypedRep[Option[B]]

Attributes

Source:
Case.scala
Graph
Supertypes
class TypedRep[Option[B]]
trait Rep[Option[B]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def Else(res: Rep[T]): Rep[T]

Attributes

Source:
Case.scala
def If[C <: Rep[_] : CanBeQueryCondition](cond: C): TypedWhen[B, T]

Attributes

Source:
Case.scala

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Source:
Case.scala

Inherited methods

def encodeRef(path: Node): Rep[T]

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Inherited from:
TypedRep
Source:
Rep.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Rep -> Any
Inherited from:
Rep
Source:
Rep.scala

Implicits

Inherited implicits

final implicit val tpe: TypedType[Option[B]]

Attributes

Inherited from:
TypedRep
Source:
Rep.scala