Scala Standard Library 2.13.1 - scala.collection.mutable.Growable (original) (raw)

trait Growable[-A] extends Clearable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Growable
  2. Clearable
  3. AnyRef
  4. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addOne(elem: A): Growable.this.type
  2. abstract def clear(): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. final def ++=(xs: IterableOnce[A]): Growable.this.type
  5. final def +=(elem: A): Growable.this.type
  6. def ->[B](y: B): (Growable[A], B)
  7. final def ==(arg0: Any): Boolean
  8. def addAll(xs: IterableOnce[A]): Growable.this.type
  9. final def asInstanceOf[T0]: T0
  10. def clone(): AnyRef
  11. def ensuring(cond: (Growable[A]) => Boolean, msg: => Any): Growable[A]
  12. def ensuring(cond: (Growable[A]) => Boolean): Growable[A]
  13. def ensuring(cond: Boolean, msg: => Any): Growable[A]
  14. def ensuring(cond: Boolean): Growable[A]
  15. final def eq(arg0: AnyRef): Boolean
  16. def equals(arg0: AnyRef): Boolean
  17. def finalize(): Unit
  18. def formatted(fmtstr: String): String
  19. final def getClass(): Class[_ <: AnyRef]
  20. def hashCode(): Int
  21. final def isInstanceOf[T0]: Boolean
  22. def knownSize: Int
  23. final def ne(arg0: AnyRef): Boolean
  24. final def notify(): Unit
  25. final def notifyAll(): Unit
  26. final def synchronized[T0](arg0: => T0): T0
  27. def toString(): String
  28. final def wait(): Unit
  29. final def wait(arg0: Long, arg1: Int): Unit
  30. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. final def +=(elem1: A, elem2: A, elems: A*): Growable.this.type
  2. def →[B](y: B): (Growable[A], B)

Ungrouped