CaseClass

com.outr.arango.util.CaseClass
case class CaseClass(className: String, params: ListMap[String, Param], mixIns: List[String], start: Int, end: Int, updated: Boolean)

Attributes

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

Members list

Value members

Concrete methods

def update(): CaseClass

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val code: String