ReadersApi
Type members
Classlikes
Value members
Concrete fields
Implicits
Implicits
implicit def FilePathCollectionReader[Col <: Iterable[FilePath]](implicit factory: Factory[FilePath, Col], pathReader: <none>[FilePath]): <none>[Col]
implicit def JFileCollectionReader[Col <: Iterable[File]](implicit factory: Factory[File, Col], pathReader: <none>[File]): <none>[Col]
implicit def JPathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: <none>[Path]): <none>[Col]
implicit def PathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: <none>[Path]): <none>[Col]
implicit def RelPathCollectionReader[Col <: Iterable[RelPath]](implicit factory: Factory[RelPath, Col], pathReader: <none>[RelPath]): <none>[Col]
implicit def SubPathCollectionReader[Col <: Iterable[SubPath]](implicit factory: Factory[SubPath, Col], pathReader: <none>[SubPath]): <none>[Col]
Inherited implicits
implicit def CollectionReader[Elem, Col <: (Iterable)](implicit elementReader: <none>[Elem], factory: Factory[Elem, Col[Elem]]): <none>[Col[Elem]]
- Inherited from:
- LowPrioReaders