And
oxygen.cli.Params.And
Will attempt to parse left, and then right with the remaining args after parsing left. Both left and right must succeed in order for this parser to succeed.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Params[O])]
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