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