c

zio.parser.internal.stacksafe.ParserOp

TransformLast2Results

final case class TransformLast2Results(strategy: PairTransformation) extends ParserOp with Product with Serializable

Pop the last two results from the stack and if both were success, create a single value based on the given strategy and push it back. If any of them failed, push back a single failure.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformLast2Results
  2. Serializable
  3. Product
  4. Equals
  5. ParserOp
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TransformLast2Results(strategy: PairTransformation)

Value Members

  1. val needsEmptyResultSlot: Boolean
    Definition Classes
    TransformLast2ResultsParserOp
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val strategy: PairTransformation