scala

FallbackArrayBuilding

class FallbackArrayBuilding extends AnyRef

A class containing a fall back builder for arrays where the element type does not have a class manifest. In that case a generic array is built.

known subclasses: Array

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def fallbackCanBuildFrom[T](m: DummyImplicit): CanBuildFrom[Array[_], T, GenericArray[T]]

    A builder factory that generates a generic array

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new FallbackArrayBuilding()