Packages

object instances

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

Value Members

  1. implicit def nonEmptyPureConfigReader[C <: Iterable[_]](implicit reader: ConfigReader[C], ct: ClassTag[C]): ConfigReader[NonEmpty[C]]
  2. implicit def nonEmptyPureConfigWriter[C](implicit writer: ConfigWriter[C]): ConfigWriter[NonEmpty[C]]
  3. def prettyNonEmpty[A](implicit F: Pretty[A]): Pretty[NonEmpty[A]]

    This instance is exposed as com.digitalasset.canton.logging.pretty.PrettyInstances.prettyNonempty.

    This instance is exposed as com.digitalasset.canton.logging.pretty.PrettyInstances.prettyNonempty. It lives only here because NonEmptyColl.Instance.subst is private to the nonempty package