ConcurrentSet

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def empty[A]: UIO[ConcurrentSet[A]]

Makes an empty ConcurrentSet

Makes an empty ConcurrentSet

def empty[A](initialCapacity: Int): UIO[ConcurrentSet[A]]

Makes an empty ConcurrentSet with initial capacity

Makes an empty ConcurrentSet with initial capacity

Makes a new ConcurrentSet initialized with provided collection.

Makes a new ConcurrentSet initialized with provided collection.

def make[A](as: A*): UIO[ConcurrentSet[A]]

Makes a new ConcurrentSet initialized with the provided elements

Makes a new ConcurrentSet initialized with the provided elements