Packages

c

zio.cli.Args

Single

final case class Single[+A](pseudoName: Option[String], primType: PrimType[A], description: HelpDoc = HelpDoc.Empty) extends Args[A] with Product with Serializable

Self Type
Single[A]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Single
  2. Serializable
  3. Product
  4. Equals
  5. Args
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Single(pseudoName: Option[String], primType: PrimType[A], description: HelpDoc = HelpDoc.Empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def *: Args[List[A]]
    Definition Classes
    Args
  4. final def ++[B](that: Args[B])(implicit zippable: Zippable[A, B]): Args[Out]
    Definition Classes
    Args
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ??(that: String): Args[A]
    Definition Classes
    SingleArgs
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def atLeast(min: Int): Args[List[A]]
    Definition Classes
    Args
  9. final def atMost(max: Int): Args[List[A]]
    Definition Classes
    Args
  10. final def between(min: Int, max: Int): Args[List[A]]
    Definition Classes
    Args
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val description: HelpDoc
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def helpDoc: HelpDoc
    Definition Classes
    SingleArgs
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def map[B](f: (A) => B): Args[B]
    Definition Classes
    Args
  19. final def mapOrFail[B](f: (A) => Either[HelpDoc, B]): Args[B]
    Definition Classes
    Args
  20. final def mapTry[B](f: (A) => B): Args[B]
    Definition Classes
    Args
  21. def maxSize: Int
    Definition Classes
    SingleArgs
  22. def minSize: Int
    Definition Classes
    SingleArgs
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val primType: PrimType[A]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val pseudoName: Option[String]
  29. final def repeat: Args[List[A]]
    Definition Classes
    Args
  30. final def repeat1[A1 >: A]: Args[::[A1]]
    Definition Classes
    Args
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def synopsis: UsageSynopsis
    Definition Classes
    SingleArgs
  33. def validate(args: List[String], conf: CliConfig): IO[HelpDoc, (List[String], A)]
    Definition Classes
    SingleArgs
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Args[A]

Inherited from AnyRef

Inherited from Any

Ungrouped