Long

final class Long extends ChunkBuilder[Long]

A ChunkBuilder specialized for building chunks of unboxed Long values.

class ChunkBuilder[Long]
trait Builder[Long, Chunk[Long]]
trait Growable[Long]
trait Clearable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def addAll(as: IterableOnce[Long]): Long
Definition Classes
Growable
def addOne(a: Long): Long
def clear(): Unit
override def equals(that: Any): Boolean
Definition Classes
Any
def result(): Chunk[Long]
override def sizeHint(n: Int): Unit
Definition Classes
Builder
override def toString: String
Definition Classes
Any

Inherited methods

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

Deprecated and Inherited methods

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