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() @HotSpotIntrinsicCandidate() @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 flatMap[V2](f: (V) ⇒ IS[I, V2]): IS[I, V2]
  24. def forEach(arg0: Consumer[_ >: V]): Unit
    Definition Classes
    Iterable
  25. def foreach(f: (V) ⇒ Unit): Unit
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hash: Z
  28. lazy val hashCode: Int
    Definition Classes
    IS → AnyRef → Any
  29. def indices: ZRange[I]
  30. def isEmpty: B
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def iterator(): Iterator[V]
    Definition Classes
    IS → Iterable
  33. val length: Z
  34. def map[V2](f: (V) ⇒ V2): IS[I, V2]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def nonEmpty: B
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def size: I
  40. def spliterator(): Spliterator[V]
    Definition Classes
    Iterable
  41. def string: String
    Definition Classes
    ISImmutable
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toMS: MS[I, V]
  44. def toString(): scala.Predef.String
    Definition Classes
    IS → AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withFilter(p: (V) ⇒ B): IS[I, V]
  49. def zize: Z

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Iterable[V]

Inherited from ISMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped