Compose

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

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product