MappedParserWithOps

final implicit class MappedParserWithOps[T, U](parser: MappedParser[T, U]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def withUnderlying(underlying: Parser[T]): MappedParser[T, U]