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.

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.

Value Params
value

the response value to return for that step

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

Value members

Inherited methods

def isPure: Boolean
Inherited from
ReducedStep
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product