ofRef
@SerialVersionUID(3L) final class ofRef[T <: AnyRef](implicit ct: ClassTag[T]) extends ArrayBuilder[T]
A class for array builders for arrays of reference types.
This builder can be reused.
- Type Params
- T
type of elements for the array builder, subtype of
AnyRefwith aClassTagcontext bound.
class ArrayBuilder[T]
trait Serializable
trait ReusableBuilder[T, Array[T]]
trait Builder[T, Array[T]]
trait Growable[T]
trait Clearable
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
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")
- 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