TSet

zio.stm.TSet$
See theTSet companion class
object TSet

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TSet.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[A]: USTM[TSet[A]]

Makes an empty TSet.

Makes an empty TSet.

Attributes

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.

Attributes

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.

Attributes