Growable

oxygen.core.collection.Growable
See theGrowable companion object
sealed trait Growable[+A]

Not meant to be accessed at all. Strictly for the purpose of building a Contiguous.

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Concrete methods

final def ++[B >: A](that: Growable[B]): Growable[B]
final def ++:[B >: A](that: Growable[B]): Growable[B]
final def ++:[B >: A](that: Contiguous[B]): Growable[B]
final def ++:[B >: A](that: IterableOnce[B]): Growable[B]
final def +:[B >: A](that: B): Growable[B]
final def :+[B >: A](that: B): Growable[B]
final def :++[B >: A](that: Growable[B]): Growable[B]
final def :++[B >: A](that: Contiguous[B]): Growable[B]
final def :++[B >: A](that: IterableOnce[B]): Growable[B]

Abstract fields

val size: Int