o

gql.client.codegen

RenderHelpers

object RenderHelpers

Source
RenderHelpers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def blockScope(prefix: Doc)(body: Doc*): Doc
  6. def caseClass(name: String, xs: List[Doc], methods: List[Doc]): Doc
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def escapeFieldName(name: String): String
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def generateArgument[C](a: Argument[C, AnyValue]): Doc
  13. def generateDirective[C](d: parser.QueryAst.Directive[C, AnyValue]): Doc
  14. def generateValue[C](v: Value[AnyValue, C], anyValue: Boolean): Doc
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hardIntercalate(left: Doc, right: Doc, xs: List[Doc], sep: Doc = Doc.empty): Doc
  17. def hardIntercalateBracket(left: Char, sep: Doc = Doc.empty)(xs: List[Doc])(right: Char): Doc
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def imp(t: String): Doc
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def mapN(n: Int)(f: Doc): Doc
  22. def method(name: String, ps: List[Doc]): Doc
  23. def modifyHead(f: (Char) => Char): (String) => String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def obj[G[_]](name: String, body: G[Doc])(implicit arg0: Foldable[G]): Doc
  28. def optUnless(cond: Boolean)(tpe: String): String
  29. def params(xs: List[Doc]): Doc
  30. def quoted(str: String): Doc
  31. def quoted(doc: Doc): Doc
  32. lazy val reservedScalaWords: Set[String]
  33. def scalaField(name: String, tpe: String): Doc
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val toCaml: (String) => String
  36. val toPascal: (String) => String
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def typeParams(xs: List[Doc]): Doc
  39. def verticalApply(name: String, params: List[Doc]): Doc
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped