NonEmptyMapIterableOps

zio.prelude.NonEmptyMapSyntax.NonEmptyMapIterableOps
final implicit class NonEmptyMapIterableOps[K, V](iterable: Iterable[(K, V)])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Constructs a NonEmptyMap from an Iterable or None otherwise.

Constructs a NonEmptyMap from an Iterable or None otherwise.

Attributes