LowPrioReaders

class Object
trait Matchable
class Any
trait Api
object default

Type members

Inherited classlikes

object Reader
Inherited from
TypesApi
@implicitNotFound("No argparse.Reader[${A}] found. A reader is required to parse a command line argument from a string to a ${A}. ".+("Please define an argparse.Reader[${A}]."))
trait Reader[A]

A typeclass that defines how to convert a string from a single command line argument to a given type.

A typeclass that defines how to convert a string from a single command line argument to a given type.

Inherited from
TypesApi

Implicits

Implicits

implicit def CollectionReader[Elem, Col <: ([Elem] =>> Iterable[Elem])](implicit elementReader: <none>[Elem], factory: Factory[Elem, Col[Elem]]): <none>[Col[Elem]]

Inherited implicits

implicit val StringReader: Reader[String]
Inherited from
TypesApi