PartiallyAppliedUnion1

gql.dsl$.PartiallyAppliedUnion1
final case class PartiallyAppliedUnion1[F[_], A](name: String, hd: Variant[F, A, _])

Attributes

Source:
dsl.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def subtype[B : ClassTag](implicit evidence$12: ClassTag[B], ev: B <:< A, innerTpe: => Type[F, B]): Union[F, A]

Attributes

Source:
dsl.scala
def variant[B](pf: PartialFunction[A, B])(implicit innerTpe: => Type[F, B]): Union[F, A]

Attributes

Source:
dsl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product