TSet

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

Value members

Concrete methods

def empty[A]: USTM[TSet[A]]

Makes an empty TSet.

Makes an empty TSet.

def fromIterable[A](data: Iterable[A]): USTM[TSet[A]]

Makes a new TSet initialized with provided iterable.

Makes a new TSet initialized with provided iterable.

def make[A](data: A*): USTM[TSet[A]]

Makes a new TSet that is initialized with specified values.

Makes a new TSet that is initialized with specified values.