final class IS[I, V] extends Immutable with ISMarker with Iterable[V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IS
- Iterable
- ISMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IS(companion: $ZCompanion[I], data: AnyRef, length: Z, boxer: Boxer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- def ++[I2](other: IS[I2, V]): IS[I, V]
- def +:(e: V): IS[I, V]
- def -(e: V): IS[I, V]
- def --[I2](other: IS[I2, V]): IS[I, V]
- def :+(e: V): IS[I, V]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(args: (I, V)*): IS[I, V]
- def apply(index: I): V
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boxer: Boxer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val companion: $ZCompanion[I]
- val data: AnyRef
- def elements: Seq[V]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- IS → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[V2](f: (V) ⇒ IS[I, V2]): IS[I, V2]
-
def
forEach(arg0: Consumer[_ >: V]): Unit
- Definition Classes
- Iterable
- def foreach(f: (V) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hash: Z
-
lazy val
hashCode: Int
- Definition Classes
- IS → AnyRef → Any
- def indices: ZRange[I]
- def isEmpty: B
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): Iterator[V]
- Definition Classes
- IS → Iterable
- val length: Z
- def map[V2](f: (V) ⇒ V2): IS[I, V2]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: B
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def size: I
-
def
spliterator(): Spliterator[V]
- Definition Classes
- Iterable
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toMS: MS[I, V]
-
def
toString(): scala.Predef.String
- Definition Classes
- IS → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withFilter(p: (V) ⇒ B): IS[I, V]
- def zize: Z