ModifierStack

gql.ModifierStack$
See theModifierStack companion class
object ModifierStack

Attributes

Companion
class
Source
Modifier.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Inherited
  • Not inherited
  • Mirror

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromIn(t: In[_]): ModifierStack[InToplevel[_]]

Attributes

Source
Modifier.scala
def fromOut[F[_]](t: Out[F, _]): ModifierStack[OutToplevel[F, _]]

Attributes

Source
Modifier.scala
def fromType(t: Type): ModifierStack[String]

Attributes

Source
Modifier.scala