RenderHelpers

gql.client.codegen.RenderHelpers$
object RenderHelpers

Attributes

Source
RenderHelpers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def blockScope(prefix: Doc)(body: Doc*): Doc

Attributes

Source
RenderHelpers.scala
def caseClass(name: String, xs: List[Doc], methods: List[Doc]): Doc

Attributes

Source
RenderHelpers.scala
def escapeFieldName(name: String): String

Attributes

Source
RenderHelpers.scala

Attributes

Source
RenderHelpers.scala

Attributes

Source
RenderHelpers.scala
def generateValue[C](v: Value[AnyValue, C], anyValue: Boolean): Doc

Attributes

Source
RenderHelpers.scala
def hardIntercalate(left: Doc, right: Doc, xs: List[Doc], sep: Doc): Doc

Attributes

Source
RenderHelpers.scala
def hardIntercalateBracket(left: Char, sep: Doc)(xs: List[Doc])(right: Char): Doc

Attributes

Source
RenderHelpers.scala
def imp(t: String): Doc

Attributes

Source
RenderHelpers.scala
def mapN(n: Int)(f: Doc): Doc

Attributes

Source
RenderHelpers.scala
def method(name: String, ps: List[Doc]): Doc

Attributes

Source
RenderHelpers.scala
def modifyHead(f: Char => Char): String => String

Attributes

Source
RenderHelpers.scala
def obj[G[_] : Foldable](name: String, body: G[Doc]): Doc

Attributes

Source
RenderHelpers.scala
def optUnless(cond: Boolean)(tpe: String): String

Attributes

Source
RenderHelpers.scala
def params(xs: List[Doc]): Doc

Attributes

Source
RenderHelpers.scala
def quoted(doc: Doc): Doc

Attributes

Source
RenderHelpers.scala
def quoted(str: String): Doc

Attributes

Source
RenderHelpers.scala
def scalaField(name: String, tpe: String): Doc

Attributes

Source
RenderHelpers.scala
def typeParams(xs: List[Doc]): Doc

Attributes

Source
RenderHelpers.scala
def verticalApply(name: String, params: List[Doc]): Doc

Attributes

Source
RenderHelpers.scala

Concrete fields

lazy val reservedScalaWords: Set[String]

Attributes

Source
RenderHelpers.scala
val toCaml: String => String

Attributes

Source
RenderHelpers.scala
val toPascal: String => String

Attributes

Source
RenderHelpers.scala