Class

zio.cli.Args

Both

Related Doc: package Args

Permalink

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

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

Instance Constructors

  1. new Both(head: Args[A], tail: Args[B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def *: Args[List[(A, B)]]

    Permalink
    Definition Classes
    Args
  4. final def ++[B](that: Args[B])(implicit zippable: Zippable[(A, B), B]): Args[Out]

    Permalink
    Definition Classes
    Args
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def ??(that: String): Args[(A, B)]

    Permalink
    Definition Classes
    BothArgs
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def atLeast(min: Int): Args[List[(A, B)]]

    Permalink
    Definition Classes
    Args
  9. final def atMost(max: Int): Args[List[(A, B)]]

    Permalink
    Definition Classes
    Args
  10. final def between(min: Int, max: Int): Args[List[(A, B)]]

    Permalink
    Definition Classes
    Args
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val head: Args[A]

    Permalink
  16. def helpDoc: HelpDoc

    Permalink
    Definition Classes
    BothArgs
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def map[B](f: ((A, B)) ⇒ B): Args[B]

    Permalink
    Definition Classes
    Args
  19. final def mapOrFail[B](f: ((A, B)) ⇒ Either[HelpDoc, B]): Args[B]

    Permalink
    Definition Classes
    Args
  20. final def mapTry[B](f: ((A, B)) ⇒ B): Args[B]

    Permalink
    Definition Classes
    Args
  21. def maxSize: Int

    Permalink
    Definition Classes
    BothArgs
  22. def minSize: Int

    Permalink
    Definition Classes
    BothArgs
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def repeat: Args[List[(A, B)]]

    Permalink
    Definition Classes
    Args
  27. final def repeat1[A1 >: (A, B)]: Args[::[A1]]

    Permalink
    Definition Classes
    Args
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def synopsis: UsageSynopsis

    Permalink
    Definition Classes
    BothArgs
  30. val tail: Args[B]

    Permalink
  31. def validate(args: List[String], conf: CliConfig): IO[HelpDoc, (List[String], (A, B))]

    Permalink
    Definition Classes
    BothArgs
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Args[(A, B)]

Inherited from AnyRef

Inherited from Any

Ungrouped