TupleWith

gql.interpreter.StepCont$.TupleWith
final case class TupleWith[F[_], I, C, O](m: Map[Int, C], next: StepCont[F, (I, C), O]) extends StepCont[F, I, O]

Attributes

Source:
Interpreter.scala
Graph
Supertypes
trait Product
trait Equals
trait StepCont[F, I, O]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product