Or
oxygen.cli.Params.Or
Will attempt to parse left. If parsing left succeeds, parsing right will not be attempted, and this parser will succeed with left's success. If parsing left fails, parsing right will be attempted. If parsing right succeeds, this parser will succeed with right's success. If parsing right fails, this parser will fail with both the errors of left and right.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Params[A])]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- See also
- Inherited from:
- Params
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- See also
- Inherited from:
- Params
In this article