EitherParserWithOps

caseapp.core.parser.EitherParser$.EitherParserWithOps
final implicit class EitherParserWithOps[T](parser: EitherParser[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def withUnderlying(underlying: Parser[T]): EitherParser[T]