Packages

object WrappedArray

A companion object used to create instances of WrappedArray.

Source
WrappedArray.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedArray
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ofBoolean extends WrappedArray[Boolean] with Serializable
    Annotations
    @SerialVersionUID()
  2. final class ofByte extends WrappedArray[Byte] with Serializable
    Annotations
    @SerialVersionUID()
  3. final class ofChar extends WrappedArray[Char] with Serializable
    Annotations
    @SerialVersionUID()
  4. final class ofDouble extends WrappedArray[Double] with Serializable
    Annotations
    @SerialVersionUID()
  5. final class ofFloat extends WrappedArray[Float] with Serializable
    Annotations
    @SerialVersionUID()
  6. final class ofInt extends WrappedArray[Int] with Serializable
    Annotations
    @SerialVersionUID()
  7. final class ofLong extends WrappedArray[Long] with Serializable
    Annotations
    @SerialVersionUID()
  8. final class ofRef[T <: AnyRef] extends WrappedArray[T] with Serializable
    Annotations
    @SerialVersionUID()
  9. final class ofShort extends WrappedArray[Short] with Serializable
    Annotations
    @SerialVersionUID()
  10. final class ofUnit extends WrappedArray[Unit] with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. implicit def canBuildFrom[T](implicit m: ClassTag[T]): CanBuildFrom[WrappedArray[_], T, WrappedArray[T]]
  2. def empty[T <: AnyRef]: WrappedArray[T]
  3. def make[T](x: AnyRef): WrappedArray[T]
  4. def newBuilder[A]: Builder[A, IndexedSeq[A]]