InverseModifierStack

gql.InverseModifierStack
See theInverseModifierStack companion object
final case class InverseModifierStack[+T](modifiers: List[InverseModifier], inner: T)

Attributes

Companion:
object
Source:
Modifier.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Modifier.scala
def set[T2](t: T2): InverseModifierStack[T2]

Attributes

Source:
Modifier.scala
def showScala(showInner: T => String): String

Attributes

Source:
Modifier.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product