ReadersApi
argparse.core.ReadersApi
Attributes
- Graph
- Supertypes
- Known subtypes
- Self type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- Self type
- BooleanReader.type
Attributes
- Graph
- Supertypes
- Self type
- DoubleReader.type
Attributes
- Graph
- Supertypes
- Self type
- DurationReader.type
Attributes
- Graph
- Supertypes
- Self type
- FilePathReader.type
Attributes
- Graph
- Supertypes
- Self type
- FiniteDurationReader.type
Attributes
- Graph
- Supertypes
- Self type
- FloatReader.type
Attributes
- Graph
- Supertypes
- Known subtypes
- object FilePathReader.typeobject JavaFileReader.typeobject JavaPathReader.typeobject PathReader.typeobject RelPathReader.typeobject SubPathReader.type
Attributes
- Graph
- Supertypes
- Self type
- InputStreamReader.type
Attributes
- Graph
- Supertypes
- Self type
- InstantReader.type
Attributes
- Graph
- Supertypes
- Self type
- JavaFileReader.type
Attributes
- Graph
- Supertypes
- Self type
- JavaPathReader.type
Attributes
- Graph
- Supertypes
- Self type
- LocalDateReader.type
Attributes
- Graph
- Supertypes
- Self type
- LocalDateTimeReader.type
Attributes
- Graph
- Supertypes
- Self type
- OutputStreamReader.type
Attributes
- Graph
- Supertypes
- Self type
- PathReader.type
Attributes
- Graph
- Supertypes
- Self type
- RangeReader.type
Attributes
- Graph
- Supertypes
- Self type
- ReadableReader.type
Attributes
- Graph
- Supertypes
- Self type
- RelPathReader.type
Attributes
- Graph
- Supertypes
- Self type
- SubPathReader.type
Attributes
- Graph
- Supertypes
- Self type
- ZonedDateTimeReader.type
Value members
Concrete fields
Implicits
Implicits
implicit def FilePathCollectionReader[Col <: Iterable[FilePath]](implicit factory: Factory[FilePath, Col], pathReader: <none>[FilePath]): Reader[Col]
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 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