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

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

Instance Constructors

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

Value Members

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

Inherited from Iterable[V]

Inherited from ISMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped