Interface

gql.preparation.Specialization$.Interface
final case class Interface[F[_], A, B](target: Type[F, B], impl: Implementation[F, B, A]) extends Specialization[F, A, B]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Specialization[F, A, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def source: Selectable[F, A]

Attributes

Source
PreparedQuery.scala
def specify(a: A): Ior[String, Option[B]]

Attributes

Source
PreparedQuery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Specialization
Source
PreparedQuery.scala