TMap

object TMap
Companion:
class
class Object
trait Matchable
class Any
TMap.type

Value members

Concrete methods

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

Makes an empty TMap.

Makes an empty TMap.

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

Makes a new TMap initialized with provided iterable.

Makes a new TMap initialized with provided iterable.

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.