Tuple

io.getquill.ast.Tuple
final case class Tuple(values: List[Ast]) extends Value

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
trait Ast
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def countQuatFields: Int

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy override val bestQuat: Quat
lazy override val quat: Quat

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