object ImmutableArray extends ImmutableArrayInstances
- Source
- ImmutableArray.scala
- Alphabetic
- By Inheritance
- ImmutableArray
- ImmutableArrayInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class ImmutableArray1[+A] extends ImmutableArray[A]
- sealed class ImmutableArrayCharW extends Ops[ImmutableArray[Char]]
- final class StringArray extends ImmutableArray[Char]
- abstract class WrappedImmutableArray[+A] extends IndexedSeq[A]
- final class ofBoolean extends ImmutableArray1[Boolean]
- final class ofByte extends ImmutableArray1[Byte]
- final class ofChar extends ImmutableArray1[Char]
- final class ofDouble extends ImmutableArray1[Double]
- final class ofFloat extends ImmutableArray1[Float]
- final class ofInt extends ImmutableArray1[Int]
- final class ofLong extends ImmutableArray1[Long]
- final class ofRef[A <: AnyRef] extends ImmutableArray1[A]
- final class ofShort extends ImmutableArray1[Short]
- final class ofUnit extends ImmutableArray1[Unit]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromArray[A](x: Array[A]): ImmutableArray[A]
Wrap
x
in anImmutableArray
.Wrap
x
in anImmutableArray
.Provides better type inference than
make[A]
- def fromString(str: String): ImmutableArray[Char]
Wrap the characters in
str
in anImmutableArray
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def immutableArrayEqual[A](implicit A: Equal[A]): Equal[ImmutableArray[A]]
- Definition Classes
- ImmutableArrayInstances
- implicit val immutableArrayInstance: Foldable[ImmutableArray] with Zip[ImmutableArray]
- Definition Classes
- ImmutableArrayInstances
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[A](x: AnyRef): ImmutableArray[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder[A](implicit elemTag: ClassTag[A]): Builder[A, ImmutableArray[A]]
- def newStringArrayBuilder: Builder[Char, ImmutableArray[Char]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def unwrapArray[A](immArrayOps: WrappedImmutableArray[A]): ImmutableArray[A]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit def wrapArray[A](immArray: ImmutableArray[A]): WrappedImmutableArray[A]
- implicit def wrapRopeChar(array: ImmutableArray[Char]): ImmutableArrayCharW
- object WrappedImmutableArray