PartiallyAppliedUnion

gql.dsl.UnionDsl$.PartiallyAppliedUnion
final class PartiallyAppliedUnion[F[_], A](name: String)

Attributes

Source
UnionDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
UnionDsl.scala