PushResult

zio.parser.internal.stacksafe.ParserOp.PushResult
final case class PushResult(success: AnyRef, failure: ParserError[Any], popFirst: Boolean) extends ParserOp

Store a result. One of success or failure must be null. If popFirst is true, the last result will be replaced but only if it was a success.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParserOp
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val needsEmptyResultSlot: Boolean