final class NonEmptyVector[+A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyVector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NonEmptyVector(head: A, tail: Vector[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[B >: A](b: NonEmptyVector[B]): NonEmptyVector[B]
  4. def ++[B >: A](as: GenTraversableOnce[B]): NonEmptyVector[B]
  5. def ++:[B >: A](as: Vector[B]): NonEmptyVector[B]
  6. def +:[B >: A](a: B): NonEmptyVector[B]
  7. def :+[B >: A](a: B): NonEmptyVector[B]
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(o: Any): Boolean
    Definition Classes
    NonEmptyVector → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatMap[B](f: (A) ⇒ NonEmptyVector[B]): NonEmptyVector[B]
  15. def foldLeft[B](z: B)(f: (B, A) ⇒ B): B
  16. def foldMapLeft1[B](g: (A) ⇒ B)(f: (B, A) ⇒ B): B
  17. def foreach[U](f: (A) ⇒ U): Unit
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    NonEmptyVector → AnyRef → Any
  20. val head: A
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def iterator: Iterator[A]
  23. def map[B](f: (A) ⇒ B): NonEmptyVector[B]
  24. def mapTail[B >: A](f: (Vector[A]) ⇒ Vector[B]): NonEmptyVector[B]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def reduceMapLeft1[B](f: (A) ⇒ B)(g: (B, B) ⇒ B): B
  29. def reverse: NonEmptyVector[A]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val tail: Vector[A]
  32. def toSet[B >: A]: Set[B]
  33. def toString(): String
    Definition Classes
    NonEmptyVector → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. def whole: Vector[A]

Inherited from AnyRef

Inherited from Any

Ungrouped