WithDefault
oxygen.cli.Params.WithDefault
final case class WithDefault[A](parser: Params[A], default: A) extends Params[A]
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