LowPrioReaders
trait LowPrioReaders
Type members
Inherited classlikes
@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}]."))
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]]