Packages

c

zio.prelude.NonEmptySortedMapSyntax

NonEmptySortedMapIterableOps

implicit final class NonEmptySortedMapIterableOps[K, V] extends AnyRef

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

Instance Constructors

  1. new NonEmptySortedMapIterableOps(iterable: Iterable[(K, V)])(implicit sOrdering: scala.math.Ordering[K])

Value Members

  1. def toNonEmptyMap: Option[NonEmptySortedMap[K, V]]

    Constructs a NonEmptySortedMap from an Iterable or None otherwise.