Packages

o

com.daml.nonempty

NonEmptyUtil

object NonEmptyUtil

Additional methods for com.daml.nonempty.NonEmpty.

Cats instances for com.daml.nonempty.NonEmpty must be imported explicitly as import com.daml.nonempty.catsinstances._ when necessary.

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

Type Members

  1. final case class EmptyCollectionFound(typ: String) extends FailureReason with Product with Serializable

    A failure representing an unexpected empty collection

    A failure representing an unexpected empty collection

    typ

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

Value Members

  1. def fromUnsafe[A](xs: A with Iterable[_]): NonEmpty[A]
  2. object instances