PossibleType

sangria.schema.PossibleType
See thePossibleType companion trait
object PossibleType

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create[AbstrType, ConcreteType]: PossibleType[AbstrType, ConcreteType]

Implicits

Implicits

implicit def InheritanceBasedPossibleType[Abstract, Concrete](implicit ev: Concrete <:< Abstract): PossibleType[Abstract, Concrete]