MappedParserWithOps

caseapp.core.parser.MappedParser.MappedParserWithOps
final implicit class MappedParserWithOps[T, U](parser: MappedParser[T, U]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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