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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransformLast2Results
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransformLast2Results(strategy: PairTransformation)
Value Members
- val needsEmptyResultSlot: Boolean
- Definition Classes
- TransformLast2Results → ParserOp
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val strategy: PairTransformation