scalacss

NonEmptyVector

Related Docs: object NonEmptyVector | package scalacss

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
Learn more about member selection
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]

    Annotations
    @inline()
  4. def ++[B >: A](as: GenTraversableOnce[B]): NonEmptyVector[B]

    Annotations
    @inline()
  5. def ++:[B >: A](as: Vector[B]): NonEmptyVector[B]

  6. def +:[B >: A](a: B): NonEmptyVector[B]

    Annotations
    @inline()
  7. def :+[B >: A](a: B): NonEmptyVector[B]

    Annotations
    @inline()
  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
    @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
  19. def hashCode(): Int

    Definition Classes
    NonEmptyVector → AnyRef → Any
  20. val head: A

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def map[B](f: (A) ⇒ B): NonEmptyVector[B]

  23. def mapTail[B >: A](f: (Vector[A]) ⇒ Vector[B]): NonEmptyVector[B]

    Annotations
    @inline()
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def reduceMapLeft1[B](f: (A) ⇒ B)(g: (B, B) ⇒ B): B

  28. def reverse: NonEmptyVector[A]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. val tail: Vector[A]

  31. def toSet[B >: A]: Set[B]

    Annotations
    @inline()
  32. def toStream: Stream[A]

    Annotations
    @inline()
  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
    @throws( ... )
  37. def whole: Vector[A]

Inherited from AnyRef

Inherited from Any

Ungrouped