Package

pureconfig.module

cats

Permalink

package cats

ConfigReader and ConfigWriter instances for cats data structures.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class EmptyTraversableFound(typ: String, location: Option[ConfigValueLocation], path: String) extends ConvertFailure with Product with Serializable

    Permalink

    A failure representing an unexpected empty traversable

    A failure representing an unexpected empty traversable

    typ

    the type that was attempted to be converted to from an empty string

    location

    an optional location of the ConfigValue that raised the failure

    path

    the path to the value which was an unexpected empty string

Value Members

  1. implicit def nonEmptyListReader[T](implicit listReader: ConfigReader[List[T]]): ConfigReader[NonEmptyList[T]]

    Permalink
  2. implicit def nonEmptyListWriter[T](implicit listWriter: ConfigWriter[List[T]]): ConfigWriter[NonEmptyList[T]]

    Permalink
  3. implicit def nonEmptyVectorReader[T](implicit vectorReader: ConfigReader[Vector[T]]): ConfigReader[NonEmptyVector[T]]

    Permalink
  4. implicit def nonEmptyVectorWriter[T](implicit vectorWriter: ConfigWriter[Vector[T]]): ConfigWriter[NonEmptyVector[T]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped