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
  2. final class ofByte extends WrappedArray[Byte] with Serializable
  3. final class ofChar extends WrappedArray[Char] with Serializable
  4. final class ofDouble extends WrappedArray[Double] with Serializable
  5. final class ofFloat extends WrappedArray[Float] with Serializable
  6. final class ofInt extends WrappedArray[Int] with Serializable
  7. final class ofLong extends WrappedArray[Long] with Serializable
  8. final class ofRef [T <: AnyRef] extends WrappedArray[T] with Serializable
  9. final class ofShort extends WrappedArray[Short] with Serializable
  10. final class ofUnit extends WrappedArray[Unit] with Serializable

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]]