A method that should be called from every well-designed equals method that is open to be overridden in a subclass.
The universal equality method defined in AnyRef
.
Returns the embedded result
Returns the embedded result
The hashCode method for reference types.
Functional composition of ParseResults
Functional composition of ParseResults
f' applied to the result of this
ParseResult', packaged up as a new ParseResult'
Partial functional composition of ParseResults
Partial functional composition of ParseResults
a function that takes the same argument as f' and produces an error message
to explain why
f' wasn't applicable (it is called when this is the case)
if `f' f is defined at the result in this `ParseResult',
f' applied to the result of this
ParseResult', packaged up as a new ParseResult'.
If
f' is not defined, Failure'.
The parser's remaining input
The parser's remaining input
The size of this product.
The nth element of this product, 0-based.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
in the default implementation, an Iterator[Any]
A string used in the toString
methods of derived classes.
The parser's output
The toString method of a Success
use productIterator instead
The success case of ParseResult: contains the result and the remaining input.
The parser's output
The parser's remaining input