ClosingParserOps

laika.parse.hocon.HoconParsers$.ClosingParserOps
implicit class ClosingParserOps[T](parser: Parser[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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]