ofBoolean
A class for array builders for arrays of booleans. It can be reused.
class ArrayBuilder[Boolean]
trait Serializable
trait ReusableBuilder[Boolean, Array[Boolean]]
trait Builder[Boolean, Array[Boolean]]
trait Growable[Boolean]
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