Format

io.getquill.util.Format
object Format

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Format.type

Members list

Type members

Classlikes

object Expr

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Expr.type
object QuotedExpr

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
QuotedExpr.type
object Term

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Term.type
object TermRaw

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TermRaw.type
object Tree

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Tree.type
object Type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Type.type
object TypeOf

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TypeOf.type
object TypeRepr

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TypeRepr.type
object TypeReprW

Same as TypeRepr but also widens the type since frequently types are singleton i.e. 'person.name' has the type 'name' as opposed to String

Same as TypeRepr but also widens the type since frequently types are singleton i.e. 'person.name' has the type 'name' as opposed to String

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TypeReprW.type

Value members

Concrete methods

def apply(code: String, showErrorTrace: Boolean): String