Growable

scala.collection.mutable.Growable$
See theGrowable companion trait
object Growable

Attributes

Companion
trait
Source
Growable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Growable.type

Members list

Value members

Concrete methods

def from[A](empty: Growable[A], it: IterableOnce[A]): Growable[A]

Fills a Growable instance with the elements of a given iterable

Fills a Growable instance with the elements of a given iterable

Type parameters

A

Element type

Value parameters

empty

Instance to fill

it

Elements to add

Attributes

Returns

The filled instance

Source
Growable.scala