Ignored

harness.cli.Values$.Ignored$
case object Ignored extends Values[Unit]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Values[Unit]
trait Parser[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Ignored.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete methods

override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Values[Unit])]

This should do 2 things:

This should do 2 things:

  1. Fail if there are duplicate param names
  2. Convert Defaultable.Auto into Defaultable.Some/Defaultable.None based on start of long name

Attributes

Definition Classes
override def helpMessage: ValueMessage

Attributes

Definition Classes
override def optionalName: Option[Name]

Attributes

Definition Classes
override def parseValues(values: List[ValueLike]): ParseResult[Unit]

Attributes

Definition Classes

Inherited methods

final def <||[A2 >: Unit](that: Values[A2]): Values[A2]

Attributes

Inherited from:
Values
final def <||[A2 >: Unit](that: Parser[A2]): Parser[A2]

Attributes

Inherited from:
Parser
final def <||>[B](that: Values[B]): Values[Either[A, B]]

Attributes

Inherited from:
Values
final def <||>[B](that: Parser[B]): Parser[Either[A, B]]

Attributes

Inherited from:
Parser
final def ^>>[B](that: Values[B])(implicit zip: Zip[Unit, B]): Values[Out]

Attributes

Inherited from:
Values
final def ^>>[B](that: Parser[B])(implicit zip: Zip[Unit, B]): Parser[Out]

Attributes

Inherited from:
Parser
final def bracketed(name: LongName): Values[A]

Attributes

Inherited from:
Parser
final def build: Either[BuildError, Parser[Either[HelpType, A]]]

Attributes

Inherited from:
Parser
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
override def map[B](f: Unit => B): Values[B]

Attributes

Definition Classes
Inherited from:
Values
override def mapOrFail[B](f: Unit => Either[String, B]): Values[B]

Attributes

Definition Classes
Inherited from:
Values
final def optional(breakOnAnyError: Boolean): Values[Option[A]]

Attributes

Inherited from:
Values
final def optional: Values[Option[A]]

Attributes

Inherited from:
Values
final override def parse(values: List[ValueLike], params: List[ParamLike]): ParseResult[A]

Attributes

Definition Classes
Inherited from:
Values
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def repeated(breakOnAnyError: Boolean): Values[List[A]]

Attributes

Inherited from:
Values
final def repeated: Values[List[A]]

Attributes

Inherited from:
Values
final def repeatedNel(breakOnAnyError: Boolean): Values[NonEmptyList[A]]

Attributes

Inherited from:
Values
final def repeatedNel: Values[NonEmptyList[A]]

Attributes

Inherited from:
Values
final def withDefault[A2 >: Unit](default: A2, breakOnAnyError: Boolean): Values[A2]

Attributes

Inherited from:
Values
final def withDefault[A2 >: Unit](default: A2): Values[A2]

Attributes

Inherited from:
Values
final def withOptionalDefault[A2 >: Unit](default: Option[A2], breakOnAnyError: Boolean): Values[A2]

Attributes

Inherited from:
Values
final def withOptionalDefault[A2 >: Unit](default: Option[A2]): Values[A2]

Attributes

Inherited from:
Values