Join

gql.server.interpreter.StepCont$.Join
final case class Join[F[_], I, O](submit: Chain[IndexedData[F, I]] => F[Option[Chain[IndexedData[F, I]]]], next: StepCont[F, I, O]) extends StepCont[F, I, O]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product