Object/Class

fm.common

ImmutableArray

Related Docs: class ImmutableArray | package common

Permalink

object ImmutableArray

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](elems: A*)(implicit arg0: ClassTag[A]): ImmutableArray[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def builderForAnyRef: ImmutableArrayBuilder[AnyRef]

    Permalink
  7. def builderForChar: ImmutableArrayBuilder[Char]

    Permalink
  8. def builderForDouble: ImmutableArrayBuilder[Double]

    Permalink
  9. def builderForFloat: ImmutableArrayBuilder[Float]

    Permalink
  10. def builderForInt: ImmutableArrayBuilder[Int]

    Permalink
  11. def builderForLong: ImmutableArrayBuilder[Long]

    Permalink
  12. def builderForShort: ImmutableArrayBuilder[Short]

    Permalink
  13. implicit def canBuildFrom[A]: CanBuildFrom[Coll, A, ImmutableArray[A]]

    Permalink
  14. implicit val canBuildFromChar: CanBuildFrom[Coll, Char, ImmutableArray[Char]]

    Permalink
  15. implicit val canBuildFromDouble: CanBuildFrom[Coll, Double, ImmutableArray[Double]]

    Permalink
  16. implicit val canBuildFromFloat: CanBuildFrom[Coll, Float, ImmutableArray[Float]]

    Permalink
  17. implicit val canBuildFromInt: CanBuildFrom[Coll, Int, ImmutableArray[Int]]

    Permalink
  18. implicit val canBuildFromLong: CanBuildFrom[Coll, Long, ImmutableArray[Long]]

    Permalink
  19. implicit val canBuildFromShort: CanBuildFrom[Coll, Short, ImmutableArray[Short]]

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def copy[A](arr: Array[A])(implicit arg0: ClassTag[A]): ImmutableArray[A]

    Permalink

    Create a new Immutable Array by creating a copy of the passed in array

  22. def copy[A](col: TraversableOnce[A])(implicit arg0: ClassTag[A]): ImmutableArray[A]

    Permalink

    Create a new ImmutableArray by creating a copy of the passed in collection

  23. def empty[A]: ImmutableArray[A]

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def newBuilder[A](initialSize: Int)(implicit arg0: ClassTag[A]): ImmutableArrayBuilder[A]

    Permalink
  32. def newBuilder[A](implicit arg0: ClassTag[A]): ImmutableArrayBuilder[A]

    Permalink
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wrap[A](arr: Array[A])(implicit arg0: ClassTag[A]): ImmutableArray[A]

    Permalink

    Wrap an existing array in an ImmutableArray.

    Wrap an existing array in an ImmutableArray. The passed in array must not be changed after calling this!

Inherited from AnyRef

Inherited from Any

Ungrouped