Packages

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) extends FailureReason with Product with Serializable

    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

Value Members

  1. implicit def nonEmptyListReader[T](implicit listReader: ConfigReader[List[T]]): ConfigReader[NonEmptyList[T]]
  2. implicit def nonEmptyListWriter[T](implicit listWriter: ConfigWriter[List[T]]): ConfigWriter[NonEmptyList[T]]
  3. implicit def nonEmptyVectorReader[T](implicit vectorReader: ConfigReader[Vector[T]]): ConfigReader[NonEmptyVector[T]]
  4. implicit def nonEmptyVectorWriter[T](implicit vectorWriter: ConfigWriter[Vector[T]]): ConfigWriter[NonEmptyVector[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped