Primitive

io.getquill.quat.Quat.Primitive
sealed trait Primitive extends Quat

Attributes

Graph
Supertypes
trait Quat
class Object
trait Matchable
class Any
Known subtypes
trait Boolean
object BooleanExpression.type
object BooleanValue.type
object Value.type

Members list

Value members

Concrete methods

override def isPrimitive: Boolean

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Quat

What was the value of a given property before it was renamed (i.e. looks up the value of the Renames hash)

What was the value of a given property before it was renamed (i.e. looks up the value of the Renames hash)

Attributes

Inherited from:
Quat

Recursively count the fields of the Quat

Recursively count the fields of the Quat

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat
def leastUpperType(other: Quat): Option[Quat]

Attributes

Inherited from:
Quat
def lookup(list: List[String], failNonExist: Boolean): Quat

Attributes

Inherited from:
Quat
def lookup(path: String, failNonExist: Boolean): Quat

Attributes

Inherited from:
Quat

Either convert to a Product or make the Quat into an error if it is anything else.

Either convert to a Product or make the Quat into an error if it is anything else.

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat
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
Quat -> Any
Inherited from:
Quat
def withRenames(renames: List[(String, String)]): Quat

Attributes

Inherited from:
Quat

Attributes

Inherited from:
Quat