PartiallyAppliedUnion0

gql.dsl$.PartiallyAppliedUnion0
final case class PartiallyAppliedUnion0[F[_], A](name: String) extends AnyVal

Attributes

Source
dsl.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
dsl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product