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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product