Null

io.getquill.quat.Quat.Null
case object Null extends Quat

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Quat
class Object
trait Matchable
class Any
Show all
Self type
Null.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

Concrete methods

override def withRenames(renames: LinkedHashMap[String, String]): Quat

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

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

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

Attributes

Inherited from:
Quat