Class/Object

scalacss.internal

NonEmptyVector

Related Docs: object NonEmptyVector | package internal

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: A](b: NonEmptyVector[B]): NonEmptyVector[B]

    Permalink
  4. def ++[B >: A](as: GenTraversableOnce[B]): NonEmptyVector[B]

    Permalink
  5. def ++:[B >: A](as: Vector[B]): NonEmptyVector[B]

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

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

    Permalink
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    NonEmptyVector → AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatMap[B](f: (A) ⇒ NonEmptyVector[B]): NonEmptyVector[B]

    Permalink
  15. def foldLeft[B](z: B)(f: (B, A) ⇒ B): B

    Permalink
  16. def foldMapLeft1[B](g: (A) ⇒ B)(f: (B, A) ⇒ B): B

    Permalink
  17. def foreach[U](f: (A) ⇒ U): Unit

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def iterator: Iterator[A]

    Permalink
  23. def map[B](f: (A) ⇒ B): NonEmptyVector[B]

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

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

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

    Permalink
  29. def reverse: NonEmptyVector[A]

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

    Permalink
    Definition Classes
    AnyRef
  31. val tail: Vector[A]

    Permalink
  32. def toSet[B >: A]: Set[B]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    NonEmptyVector → AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def whole: Vector[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped