InverseModifierStack

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

The Scala counterpart to ModifierStack.

Note that they are not equivalent, since ModifierStack explicitly declares Modifier.NonNull, while InverseModifierStack explicitly declares the opposite; InverseModifier.Optional.

Attributes

Companion
object
Source
Modifier.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

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

Attributes

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

Attributes

Source
Modifier.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product