ScalarLift

io.getquill.ast.ScalarLift
sealed trait ScalarLift extends Lift, Terminal

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

Abstract methods

def encoder: Any

Inherited methods

def bestQuat: Quat

Attributes

Inherited from:
Ast
final def countQuatFields: Int

Attributes

Inherited from:
Ast
def name: String

Attributes

Inherited from:
Lift
def quat: Quat

Attributes

Inherited from:
Ast
def value: Any

Attributes

Inherited from:
Lift
def withQuat(quat: => Quat): Terminal

Attributes

Inherited from:
Terminal

Inherited fields

final lazy override val 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.

Inherited from:
Ast