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