Property

io.getquill.ast.Property
See theProperty companion class
object Property

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Property.type

Members list

Type members

Classlikes

case class Id(ast: Ast, name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Opinionated

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(ast: Ast, name: String): Property
def unapply(p: Property): Some[(Ast, String)]