Packages

final case class Both[+A, +B](head: Args[A], tail: Args[B]) extends Args[(A, B)] with Product with Serializable

Self Type
Both[A, B]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Both
  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 Both(head: Args[A], tail: Args[B])

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, B)]]
    Definition Classes
    Args
  4. final def +[A1 >: (A, B)]: Args[::[A1]]
    Definition Classes
    Args
  5. final def ++[B](that: Args[B])(implicit zippable: Zippable[(A, B), B]): Args[Out]
    Definition Classes
    Args
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ??(that: String): Args[(A, B)]
    Definition Classes
    BothArgs
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def atLeast(min: Int): Args[List[(A, B)]]
    Definition Classes
    Args
  10. final def atMost(max: Int): Args[List[(A, B)]]
    Definition Classes
    Args
  11. final def between(min: Int, max: Int): Args[List[(A, B)]]
    Definition Classes
    Args
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def generateArgs: UIO[List[String]]
    Definition Classes
    BothArgs
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. val head: Args[A]
  17. lazy val helpDoc: HelpDoc
    Definition Classes
    BothArgs
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def map[B](f: ((A, B)) => B): Args[B]
    Definition Classes
    Args
  20. final def mapOrFail[B](f: ((A, B)) => Either[HelpDoc, B]): Args[B]
    Definition Classes
    Args
  21. final def mapTry[B](f: ((A, B)) => B): Args[B]
    Definition Classes
    Args
  22. lazy val maxSize: Int
    Definition Classes
    BothArgs
  23. lazy val minSize: Int
    Definition Classes
    BothArgs
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. final def repeat: Args[List[(A, B)]]
    Definition Classes
    Args
  29. final def repeat1[A1 >: (A, B)]: Args[::[A1]]
    Definition Classes
    Args
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. lazy val synopsis: UsageSynopsis
    Definition Classes
    BothArgs
  32. val tail: Args[B]
  33. def uid: Option[String]
    Definition Classes
    BothArgs
  34. def validate(args: List[String], conf: CliConfig): IO[ValidationError, (List[String], (A, B))]
    Definition Classes
    BothArgs
  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()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Args[(A, B)]

Inherited from AnyRef

Inherited from Any

Ungrouped