final class IS[I, V] extends Immutable with ISMarker

Linear Supertypes
ISMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IS
  2. ISMarker
  3. Immutable
  4. ImmutableMarker
  5. Clonable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IS(companion: $ZCompanion[I], data: AnyRef, length: MP, boxer: Boxer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. def ++(other: IS[I, V]): IS[I, V]
  5. def +:(e: V): IS[I, V]
  6. def -(e: V): IS[I, V]
  7. def --(other: IS[I, V]): IS[I, V]
  8. def :+(e: V): IS[I, V]
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def apply(args: (I, V)*): IS[I, V]
  11. def apply(index: I): V
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val boxer: Boxer
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. val companion: $ZCompanion[I]
  16. val data: AnyRef
  17. def elements: Seq[V]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean
    Definition Classes
    IS → AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flatMap[V2](f: (V) ⇒ IS[I, V2]): IS[I, V2]
  22. def foreach(f: (V) ⇒ Unit): Unit
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. lazy val hashCode: Int
    Definition Classes
    IS → AnyRef → Any
  25. def indices: ZRange[I]
  26. def isEmpty: B
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val length: MP
  29. def map[V2](f: (V) ⇒ V2): IS[I, V2]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def nonEmpty: B
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def size: I
  35. def string: String
    Definition Classes
    ISImmutable
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toMS: MS[I, V]
  38. def toString(): scala.Predef.String
    Definition Classes
    IS → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def withFilter(p: (V) ⇒ B): IS[I, V]

Inherited from ISMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped