implicit final class JSLE_Vector[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSLE_Vector
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JSLE_Vector(as: Vector[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def delete(index: Int): Option[Vector[A]]
  6. def deleteOrNull(index: Int): Vector[A]
  7. def get(index: Int): Option[A]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def getFlatMap[B](index: Int)(f: (A) => Option[B]): Option[B]
  10. def getOrElse(index: Int, default: => A): A
  11. def insertBefore[B >: A](index: Int, b: B): Option[Vector[B]]
  12. def isIndexValid(i: Int): Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def toString(): String
    Definition Classes
    Any
  15. def tryUpdateIndex[B >: A](index: Int, f: (A) => Option[B]): Option[Vector[B]]
  16. def tryUpdateIndexOrNull[B >: A](index: Int, f: (A) => Option[B]): Vector[B]
  17. def updateIndex[B >: A](index: Int, f: (A) => B): Option[Vector[B]]
  18. def updateIndexOrNull[B >: A](index: Int, f: (A) => B): Vector[B]

Inherited from AnyVal

Inherited from Any

Ungrouped