BooleanExpression

io.getquill.quat.Quat.BooleanExpression
case object BooleanExpression extends Boolean

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Boolean
trait Primitive
trait Quat
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

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

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Quat
override def isPrimitive: Boolean

Attributes

Definition Classes
Inherited from:
Primitive

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:
Product

Attributes

Inherited from:
Product

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
override def withRenames(renames: LinkedHashMap[String, String]): Quat

Should not be able to rename properties on a value node, turns into a error of the array is not null

Should not be able to rename properties on a value node, turns into a error of the array is not null

Attributes

Definition Classes
NoRenames
Inherited from:
NoRenames (hidden)
def withRenames(renames: List[(String, String)]): Quat

Attributes

Inherited from:
Quat