TArray

zio.stm.TArray$
See theTArray companion class
object TArray

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TArray.type

Members list

Concise view

Type members

Classlikes

object unsafe

Attributes

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

Value members

Concrete methods

def empty[A]: USTM[TArray[A]]

Makes an empty TArray.

Makes an empty TArray.

Attributes

def fromIterable[A](data: => Iterable[A]): USTM[TArray[A]]

Makes a new TArray initialized with provided iterable.

Makes a new TArray initialized with provided iterable.

Attributes

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

Makes a new TArray that is initialized with specified values.

Makes a new TArray that is initialized with specified values.

Attributes