Packages

case object Empty extends Args[Unit] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. Serializable
  3. Product
  4. Equals
  5. Args
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[Unit]]
    Definition Classes
    Args
  4. final def ++[B](that: Args[B])(implicit zippable: Zippable[Unit, B]): Args[Out]
    Definition Classes
    Args
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ??(that: String): Args[Unit]
    Definition Classes
    EmptyArgs
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def atLeast(min: Int): Args[List[Unit]]
    Definition Classes
    Args
  9. final def atMost(max: Int): Args[List[Unit]]
    Definition Classes
    Args
  10. final def between(min: Int, max: Int): Args[List[Unit]]
    Definition Classes
    Args
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  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
    EmptyArgs
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def map[B](f: (Unit) => B): Args[B]
    Definition Classes
    Args
  19. final def mapOrFail[B](f: (Unit) => Either[HelpDoc, B]): Args[B]
    Definition Classes
    Args
  20. final def mapTry[B](f: (Unit) => B): Args[B]
    Definition Classes
    Args
  21. def maxSize: Int
    Definition Classes
    EmptyArgs
  22. def minSize: Int
    Definition Classes
    EmptyArgs
  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. def productElementName(n: Int): String
    Definition Classes
    Product
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. final def repeat: Args[List[Unit]]
    Definition Classes
    Args
  29. final def repeat1[A1 >: Unit]: Args[::[A1]]
    Definition Classes
    Args
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def synopsis: UsageSynopsis
    Definition Classes
    EmptyArgs
  32. def validate(args: List[String], conf: CliConfig): IO[HelpDoc, (List[String], Unit)]
    Definition Classes
    EmptyArgs
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. 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[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped