Printer

gql.interpreter.DebugPrinter$.Printer$
object Printer

Attributes

Source:
DebugPrinter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type

Members list

Concise view

Value members

Concrete methods

def fields(ds: Doc*): Doc

Attributes

Source:
DebugPrinter.scala
def kv(k: String, v: Doc): Doc

Attributes

Source:
DebugPrinter.scala
def kvs(kvs: (String, Doc)*): Doc

Attributes

Source:
DebugPrinter.scala
def preparedContDoc[F[_]](pc: PreparedCont[F, _, _]): Doc

Attributes

Source:
DebugPrinter.scala
def preparedDoc[F[_]](pc: Prepared[F, _]): Doc

Attributes

Source:
DebugPrinter.scala
def preparedFieldDoc[F[_]](pf: PreparedField[F, _]): Doc

Attributes

Source:
DebugPrinter.scala
def preparedStepDoc[F[_]](pc: PreparedStep[F, _, _]): Doc

Attributes

Source:
DebugPrinter.scala
def record(name: String, d: Doc): Doc

Attributes

Source:
DebugPrinter.scala
def recordBy(name: String, left: Doc, right: Doc, d: Doc): Doc

Attributes

Source:
DebugPrinter.scala
def stepContDoc[F[_]](sc: StepCont[F, _, _]): Doc

Attributes

Source:
DebugPrinter.scala
def streamingDataDoc[F[_]](sd: StreamingData[F, _, _]): Doc

Attributes

Source:
DebugPrinter.scala