CollectionReaders

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def arrayReader[A](`evidence$1`: ClassTag[A], reader: ConfigReader[A]): ConfigReader[Array[A]]
Inherited from
CollectionReaders
implicit def mapReader[A](reader: ConfigReader[A]): ConfigReader[Map[String, A]]
Inherited from
CollectionReaders
implicit def optionReader[A](conv: ConfigReader[A]): ConfigReader[Option[A]]
Inherited from
CollectionReaders
implicit def traversableReader[A, F <: ([A] =>> IterableOnce[A])](configConvert: ConfigReader[A], cbf: FactoryCompat[A, F[A]]): ConfigReader[F[A]]
Inherited from
CollectionReaders