Packages

class ISZOps[V] extends SOps[Z, V] with ISOps[Z, V] with DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, ISOps[Z, V], SOps[Z, V], Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ISZOps
  2. DatatypeSig
  3. DatatypeMarker
  4. ISOps
  5. SOps
  6. Immutable
  7. ImmutableMarker
  8. Clonable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ISZOps(_s: IS[Z, V])

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[Z, V]): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  5. def +:(e: V): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  6. def :+(e: V): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def apply(s: IS[Z, V] = ...): ISZOps[V]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def chunk(size: Z): IS[Z, IS[Z, V]]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def contains(e: V): B
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  13. lazy val content: Seq[(java.lang.String, Any)]
    Definition Classes
    ISZOpsDatatypeSig
  14. def drop(size: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  15. def dropRight(size: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(o: Any): Boolean
    Definition Classes
    ISZOps → AnyRef → Any
  18. def exists(p: (V) ⇒ B): B
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def first: V
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  21. def foldLeft[R](f: (R, V) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  22. def foldRight[R](f: (R, V) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  23. def forall(p: (V) ⇒ B): B
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hash: Z
    Definition Classes
    DatatypeSig
  26. lazy val hashCode: Int
    Definition Classes
    ISZOps → AnyRef → Any
  27. def indexOf(e: V): Z
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  28. def insert(i: Z, e: V): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def last: V
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  31. def laxSlice(from: Z, til: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  32. def mParMapFoldLeft[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
  33. def mParMapFoldRight[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
  34. def map[U](f: (V) ⇒ U): IS[Z, U]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def parMapFoldLeft[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  39. def parMapFoldRight[U, R](f: (V) ⇒ U, g: (R, U) ⇒ R, init: R): R
    Definition Classes
    ISZOpsSOps
    Annotations
    @pure()
  40. def remove(i: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  41. def reverse: IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  42. def s: IS[Z, V]
  43. def slice(from: Z, til: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  44. def sortWith(lt: (V, V) ⇒ B): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  45. def string: String
    Definition Classes
    ISZOpsImmutable
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def tail: IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  48. def take(size: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  49. def takeRight(size: Z): IS[Z, V]
    Definition Classes
    ISZOpsISOps
    Annotations
    @pure()
  50. def toString(): java.lang.String
    Definition Classes
    ISZOps → AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from ISOps[Z, V]

Inherited from SOps[Z, V]

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped