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

Value members

Concrete methods

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