SpecificIterableFactory

trait SpecificIterableFactory[-A, +C] extends Factory[A, C]
Type Params
A

Type of elements (e.g. Int, Boolean, etc.)

C

Type of collection (e.g. List[Int], TreeMap[Int, String], etc.)

Source
Factory.scala
trait Factory[A, C]
class Object
trait Matchable
class Any

Value members

Abstract methods

def empty: C

Concrete methods

def apply(xs: A*): C
def fill(n: Int)(elem: => A): C

Inherited methods

Value Params
it

Source collection

Returns

A collection of type C containing the same elements as the source collection it.

Inherited from
Factory
Source
Factory.scala

Implicits

Implicits