final
case class
Both[+A, +B](head: Args[A], tail: Args[B]) extends Args[(A, B)] with Product with Serializable
Instance Constructors
-
new
Both(head: Args[A], tail: Args[B])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
*: Args[List[(A, B)]]
-
final
def
++[B](that: Args[B])(implicit zippable: Zippable[(A, B), B]): Args[Out]
-
final
def
==(arg0: Any): Boolean
-
def
??(that: String): Args[(A, B)]
-
final
def
asInstanceOf[T0]: T0
-
final
def
atLeast(min: Int): Args[List[(A, B)]]
-
final
def
atMost(max: Int): Args[List[(A, B)]]
-
final
def
between(min: Int, max: Int): Args[List[(A, B)]]
-
def
clone(): AnyRef
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
val
head: Args[A]
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
map[B](f: ((A, B)) ⇒ B): Args[B]
-
final
def
mapOrFail[B](f: ((A, B)) ⇒ Either[HelpDoc, B]): Args[B]
-
final
def
mapTry[B](f: ((A, B)) ⇒ B): Args[B]
-
def
maxSize: Int
-
def
minSize: Int
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
repeat: Args[List[(A, B)]]
-
final
def
repeat1[A1 >: (A, B)]: Args[::[A1]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
val
tail: Args[B]
-
def
validate(args: List[String], conf: CliConfig): IO[HelpDoc, (List[String], (A, B))]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Args[(A, B)]