Choose

gql.preparation.PreparedStep$.Choose
final case class Choose[F[_], A, B, C, D](fac: PreparedStep[F, A, C], fbc: PreparedStep[F, B, D]) extends PreparedStep[F, Either[A, B], Either[C, D]]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, Either[A, B], Either[C, D]]
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