ClosingParserOps

implicit class ClosingParserOps[T](parser: Parser[T])
class Object
trait Matchable
class Any

Value members

Concrete methods

def closeWith[R >: T](char: Char)(captureError: (T, Failure) => R): Parser[R]
def closeWith[R >: T](closingParser: Parser[Any], fallbackParser: Parser[Int], msg: => String)(captureError: (T, Failure) => R): Parser[R]