final case class TransformResultToOption(checkBranchPosition: Boolean) extends ParserOp with Product with Serializable
Pop the last result from the stack and if it was success, respush wrapped in Some, if it was failure, repush as a successful None. When checkBranchPosition is true, if position was moved compared to the last branch position then keep the failure.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransformResultToOption
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected