NonEmptySortedMapIterableOps

zio.prelude.NonEmptySortedMapSyntax.NonEmptySortedMapIterableOps
final implicit class NonEmptySortedMapIterableOps[K, V](iterable: Iterable[(K, V)])(implicit sOrdering: Ordering[K])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Constructs a NonEmptySortedMap from an Iterable or None otherwise.

Constructs a NonEmptySortedMap from an Iterable or None otherwise.

Attributes