TMap

zio.stm.TMap
See theTMap companion class
object TMap

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TMap.type

Members list

Type members

Classlikes

object unsafe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
unsafe.type

Value members

Concrete methods

def empty[K, V]: USTM[TMap[K, V]]

Makes an empty TMap.

Makes an empty TMap.

Attributes

def fromIterable[K, V](data: => Iterable[(K, V)]): USTM[TMap[K, V]]

Makes a new TMap initialized with provided iterable.

Makes a new TMap initialized with provided iterable.

Attributes

def make[K, V](data: (K, V)*): USTM[TMap[K, V]]

Makes a new TMap that is initialized with specified values.

Makes a new TMap that is initialized with specified values.

Attributes