Compose

gql.resolver.Step$.Alg$.Compose
final case class Compose[F[_], I, A, O](left: Step[F, I, A], right: Step[F, A, O]) extends Step[F, I, O]

Attributes

Source
Step.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Step[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