ReadersApi

argparse.core.ReadersApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Api
object default.type
Self type

Members list

Concise view

Type members

Classlikes

object BooleanReader extends Reader[Boolean]

Attributes

Graph
Supertypes
trait Reader[Boolean]
class Object
trait Matchable
class Any
Self type
object DoubleReader extends Reader[Double]

Attributes

Graph
Supertypes
trait Reader[Double]
class Object
trait Matchable
class Any
Self type
object DurationReader extends Reader[Duration]

Attributes

Graph
Supertypes
trait Reader[Duration]
class Object
trait Matchable
class Any
Self type
object FilePathReader extends FsPathReader[FilePath]

Attributes

Graph
Supertypes
trait FsPathReader[FilePath]
trait Reader[FilePath]
class Object
trait Matchable
class Any
Self type
object FiniteDurationReader extends Reader[FiniteDuration]

Attributes

Graph
Supertypes
trait Reader[FiniteDuration]
class Object
trait Matchable
class Any
Self type
object FloatReader extends Reader[Float]

Attributes

Graph
Supertypes
trait Reader[Float]
class Object
trait Matchable
class Any
Self type
trait FsPathReader[A] extends Reader[A]

Attributes

Graph
Supertypes
trait Reader[A]
class Object
trait Matchable
class Any
Known subtypes
object FilePathReader.type
object JavaFileReader.type
object JavaPathReader.type
object PathReader.type
object RelPathReader.type
object SubPathReader.type
object InputStreamReader extends Reader[() => InputStream]

Attributes

Graph
Supertypes
trait Reader[() => InputStream]
class Object
trait Matchable
class Any
Self type
object InstantReader extends Reader[Instant]

Attributes

Graph
Supertypes
trait Reader[Instant]
class Object
trait Matchable
class Any
Self type
object JavaFileReader extends FsPathReader[File]

Attributes

Graph
Supertypes
trait FsPathReader[File]
trait Reader[File]
class Object
trait Matchable
class Any
Self type
object JavaPathReader extends FsPathReader[Path]

Attributes

Graph
Supertypes
trait FsPathReader[Path]
trait Reader[Path]
class Object
trait Matchable
class Any
Self type
object LocalDateReader extends Reader[LocalDate]

Attributes

Graph
Supertypes
trait Reader[LocalDate]
class Object
trait Matchable
class Any
Self type
object LocalDateTimeReader extends Reader[LocalDateTime]

Attributes

Graph
Supertypes
trait Reader[LocalDateTime]
class Object
trait Matchable
class Any
Self type
object LocalTime extends Reader[LocalTime]

Attributes

Graph
Supertypes
trait Reader[LocalTime]
class Object
trait Matchable
class Any
Self type
object OutputStreamReader extends Reader[() => OutputStream]

Attributes

Graph
Supertypes
trait Reader[() => OutputStream]
class Object
trait Matchable
class Any
Self type
object PathReader extends FsPathReader[Path]

Attributes

Graph
Supertypes
trait FsPathReader[Path]
trait Reader[Path]
class Object
trait Matchable
class Any
Self type
object RangeReader extends Reader[Range]

Attributes

Graph
Supertypes
trait Reader[Range]
class Object
trait Matchable
class Any
Self type
object ReadableReader extends Reader[Readable]

Attributes

Graph
Supertypes
trait Reader[Readable]
class Object
trait Matchable
class Any
Self type
object RelPathReader extends FsPathReader[RelPath]

Attributes

Graph
Supertypes
trait FsPathReader[RelPath]
trait Reader[RelPath]
class Object
trait Matchable
class Any
Self type
object SubPathReader extends FsPathReader[SubPath]

Attributes

Graph
Supertypes
trait FsPathReader[SubPath]
trait Reader[SubPath]
class Object
trait Matchable
class Any
Self type
object ZonedDateTimeReader extends Reader[ZonedDateTime]

Attributes

Graph
Supertypes
trait Reader[ZonedDateTime]
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

val pathCompleter: String => Seq[String]

Implicits

Implicits

implicit def FilePathCollectionReader[Col <: Iterable[FilePath]](implicit factory: Factory[FilePath, Col], pathReader: <none>[FilePath]): Reader[Col]
implicit def IntegralReader[N](implicit numeric: Integral[N]): Reader[N]
implicit def JFileCollectionReader[Col <: Iterable[File]](implicit factory: Factory[File, Col], pathReader: <none>[File]): Reader[Col]
implicit def JPathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: <none>[Path]): Reader[Col]
implicit def Mapping[K, V](implicit kr: <none>[K], vr: <none>[V]): Reader[(K, V)]
implicit def OptionReader[A](implicit elementReader: <none>[A]): Reader[Option[A]]
implicit def PathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: <none>[Path]): Reader[Col]
implicit def RelPathCollectionReader[Col <: Iterable[RelPath]](implicit factory: Factory[RelPath, Col], pathReader: <none>[RelPath]): Reader[Col]
implicit def SubPathCollectionReader[Col <: Iterable[SubPath]](implicit factory: Factory[SubPath, Col], pathReader: <none>[SubPath]): Reader[Col]

Inherited implicits

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

Attributes

Inherited from:
LowPrioReaders