Growable

oxygen.core.collection.Growable
See theGrowable companion trait
object Growable

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Growable.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def concat[A](a: Growable[A], b: Growable[A]): Growable[A]
def empty[A]: Growable[A]
def many[A](values: IterableOnce[A]): Growable[A]
def many[A](values: Contiguous[A]): Growable[A]
def single[A](value: A): Growable[A]