PureStep

caliban.schema.PureStep
case class PureStep(value: ResponseValue) extends Step[Any] with ReducedStep[Any]

Represents the step of getting a pure response value without any effect. PureStep is both a Step and a ReducedStep to avoid boxing/unboxing pure values during step reduction.

Attributes

value

the response value to return for that step

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[Any]
trait Step[Any]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def isPure: Boolean

Attributes

Inherited from:
ReducedStep
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product