ofUnit

class ofUnit extends AtomicArrayBuilder[Unit]
trait AtomicArrayBuilder[Unit]
trait Builder[Unit, AtomicArray[Unit]]
trait Growable[Unit]
trait Clearable
class Object
trait Matchable
class Any

Value members

Concrete methods

def addOne(elem: Unit): ofUnit
def clear(): Unit
def result(): AtomicArray[Unit]

Inherited methods

@inline
final def ++=(xs: IterableOnce[Unit]): ofUnit
Inherited from
Growable
@inline
final def +=(elem: Unit): ofUnit
Inherited from
Growable
def addAll(xs: IterableOnce[Unit]): ofUnit
Inherited from
Growable
def knownSize: Int
Inherited from
Growable
def mapResult[NewTo](f: AtomicArray[Unit] => NewTo): Builder[Unit, NewTo]
Inherited from
Builder
final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
Inherited from
Builder
def sizeHint(size: Int): Unit
Inherited from
Builder
final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
Inherited from
Builder

Deprecated and Inherited methods

@inline @deprecated("Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", "2.13.0")
final def +=(elem1: Unit, elem2: Unit, elems: Unit*): ofUnit
Deprecated
Inherited from
Growable