Continue

gql.server.interpreter.Continuation$.Continue
final case class Continue[F[_], I, C](step: PreparedStep[F, I, C], next: Continuation[F, C]) extends Continuation[F, I]

Attributes

Source
Continuation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Continuation[F, I]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def contramap[I2](f: I2 => I): Continuation[F, I2]

Attributes

Inherited from:
Continuation
Source
Continuation.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product