ArgParser

caseapp.core.argparser.ArgParser
See theArgParser companion class
object ArgParser extends PlatformArgParsers

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArgParser.type

Members list

Value members

Concrete methods

def apply[T](implicit parser: ArgParser[T]): ArgParser[T]

Look for an implicit ArgParser[T]

Look for an implicit ArgParser[T]

Attributes

Implicits

Implicits

implicit def bigDecimal: ArgParser[BigDecimal]
implicit def boolean: ArgParser[Boolean]
implicit def counter: ArgParser[Int @@ Counter]
implicit def double: ArgParser[Double]
implicit def float: ArgParser[Float]
implicit def int: ArgParser[Int]
implicit def last[T : ArgParser]: ArgParser[Last[T]]
implicit def list[T : ArgParser]: ArgParser[List[T]]
implicit def long: ArgParser[Long]
implicit def option[T : ArgParser]: ArgParser[Option[T]]
implicit def string: ArgParser[String]
implicit def unit: ArgParser[Unit]
implicit def vector[T : ArgParser]: ArgParser[Vector[T]]