scalaz

ImmutableArrayFunctions

trait ImmutableArrayFunctions extends AnyRef

Source
ImmutableArray.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImmutableArrayFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ImmutableArray1[+A] extends ImmutableArray[A]

  2. final class StringArray extends ImmutableArray[Char]

  3. final class ofBoolean extends ImmutableArray1[Boolean]

  4. final class ofByte extends ImmutableArray1[Byte]

  5. final class ofChar extends ImmutableArray1[Char]

  6. final class ofDouble extends ImmutableArray1[Double]

  7. final class ofFloat extends ImmutableArray1[Float]

  8. final class ofInt extends ImmutableArray1[Int]

  9. final class ofLong extends ImmutableArray1[Long]

  10. final class ofRef[A <: AnyRef] extends ImmutableArray1[A]

  11. final class ofShort extends ImmutableArray1[Short]

  12. final class ofUnit extends ImmutableArray1[Unit]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit def canBuildFrom[T](implicit m: ClassManifest[T]): CanBuildFrom[ImmutableArray[_], T, ImmutableArray[T]]

  8. implicit def canBuildFromChar(implicit m: ClassManifest[Char]): CanBuildFrom[ImmutableArray[_], Char, ImmutableArray[Char]]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromArray[A](x: Array[A]): ImmutableArray[A]

    Wrap x in an ImmutableArray.

    Wrap x in an ImmutableArray.

    Provides better type inference than make[A]

  14. def fromString(str: String): ImmutableArray[Char]

    Wrap the characters in str in an ImmutableArray

  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. def make[A](x: AnyRef): ImmutableArray[A]

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def newBuilder[A](implicit elemManifest: ClassManifest[A]): Builder[A, ImmutableArray[A]]

  21. def newStringArrayBuilder: Builder[Char, ImmutableArray[Char]]

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped