Packages

final class MSZOps[V] extends SOps[Z, V] with MSOps[Z, V] with DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, MSOps[Z, V], SOps[Z, V], Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MSZOps
  2. DatatypeSig
  3. DatatypeMarker
  4. MSOps
  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 MSZOps(__s: MS[Z, V])

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

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 DatatypeSig

Inherited from DatatypeMarker

Inherited from MSOps[Z, V]

Inherited from SOps[Z, V]

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped