oxygen.cli.Parser
See theParser companion trait
object Parser
Attributes
Members list
Type members
Classlikes
object FinalParseResult
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FinalParseResult.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Parser[B]class Objecttrait Matchableclass AnyShow all
final case class MappedOrFail[A, B](parser: Parser[A], f: A => Either[String, B]) extends Parser[B]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Parser[B]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Parser[A]class Objecttrait Matchableclass AnyShow all
object ParseResult
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParseResult.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article