gql.server.interpreter.Continuation$
See theContinuation companion trait
object Continuation
Attributes
- Companion
- trait
- Source
- Continuation.scala
- Graph
-
- Supertypes
- Self type
-
Continuation.type
Members list
Type members
Classlikes
final case class Continue[F[_], I, C](step: PreparedStep[F, I, C], next: Continuation[F, C]) extends Continuation[F, I]
Attributes
- Source
- Continuation.scala
- Supertypes
final case class Contramap[F[_], I, I2](f: I2 => I, next: Continuation[F, I]) extends Continuation[F, I2]
Attributes
- Source
- Continuation.scala
- Supertypes
final case class Done[F[_], I](prep: Prepared[F, I]) extends Continuation[F, I]
Attributes
- Source
- Continuation.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article