CaseClassLift

io.getquill.ast.CaseClassLift
sealed trait CaseClassLift extends Lift

Attributes

Graph
Supertypes
trait Lift
trait Terminal
trait External
trait Ast
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

def bestQuat: Quat

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Ast
def quat: Quat

Attributes

Inherited from:
Ast
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
Ast -> Any
Inherited from:
Ast
def withQuat(quat: => Quat): Terminal

Attributes

Inherited from:
Terminal

Inherited fields

val name: String

Attributes

Inherited from:
Lift
val value: Any

Attributes

Inherited from:
Lift