RepeatedNel
oxygen.cli.Params.RepeatedNel
final case class RepeatedNel[A](parser: Params[A]) extends Params[NonEmptyList[A]]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Params[NonEmptyList[A]])]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
final override def parse(values: List[ValueLike], params: List[ParamLike]): ParseResult[NonEmptyList[A]]
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
In this article