A common super-class for unsuccessful parse results.
- Companion:
- object
Value members
Concrete methods
def filterWithError(p: Nothing => Boolean, error: Nothing => String, position: Input): ParseResult[Nothing]
A common super-class for unsuccessful parse results.