class ISZOps[V] extends SOps[Z, V] with ISOps[Z, V] with DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ISZOps
- DatatypeSig
- DatatypeMarker
- ISOps
- SOps
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
- def ++(other: IS[Z, V]): IS[Z, V]
- def +:(e: V): IS[Z, V]
- def :+(e: V): IS[Z, V]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(s: IS[Z, V] = ...): ISZOps[V]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chunk(size: Z): IS[Z, IS[Z, V]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def contains(e: V): B
-
lazy val
content: Seq[(java.lang.String, Any)]
- Definition Classes
- ISZOps → DatatypeSig
- def drop(size: Z): IS[Z, V]
- def dropRight(size: Z): IS[Z, V]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- ISZOps → AnyRef → Any
- def exists(p: (V) ⇒ B): B
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def first: V
- def foldLeft[R](f: (R, V) ⇒ R, init: R): R
- def foldRight[R](f: (R, V) ⇒ R, init: R): R
- def forall(p: (V) ⇒ B): B
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hash: Z
- Definition Classes
- DatatypeSig
-
lazy val
hashCode: Int
- Definition Classes
- ISZOps → AnyRef → Any
- def indexOf(e: V): Z
- def insert(i: Z, e: V): IS[Z, V]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last: V
- def laxSlice(from: Z, til: Z): IS[Z, V]
- def mParMapFoldLeft[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
- def mParMapFoldRight[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
- def map[U](f: (V) ⇒ U): IS[Z, U]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parMapFoldLeft[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
- def parMapFoldRight[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
- def remove(i: Z): IS[Z, V]
- def reverse: IS[Z, V]
- def s: IS[Z, V]
- def slice(from: Z, til: Z): IS[Z, V]
- def sortWith(lt: (V, V) ⇒ B): IS[Z, V]
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tail: IS[Z, V]
- def take(size: Z): IS[Z, V]
- def takeRight(size: Z): IS[Z, V]
-
def
toString(): java.lang.String
- Definition Classes
- ISZOps → 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( ... )