SingleValue
harness.cli.Values$.SingleValue
final case class SingleValue(name: LongName, hints: List[HelpHint]) extends Values[String]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Values[String])]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Values
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Values
Attributes
- Inherited from:
- Values
Attributes
- Inherited from:
- Values
Attributes
- Inherited from:
- Values
final def withOptionalDefault[A2 >: String](default: Option[A2], breakOnAnyError: Boolean): Values[A2]
Attributes
- Inherited from:
- Values
Attributes
- Inherited from:
- Values
In this article