Class/Object

japgolly.microlibs.nonempty

NonEmptySet

Related Docs: object NonEmptySet | package nonempty

Permalink

final class NonEmptySet[A] extends AnyRef

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

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(a: A): NonEmptySet[A]

    Permalink
  4. def ++(as: NonEmptySet[A]): NonEmptySet[A]

    Permalink
  5. def ++(as: GenTraversableOnce[A]): NonEmptySet[A]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(a: A): Boolean

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    NonEmptySet → AnyRef → Any
  12. def exists(f: (A) ⇒ Boolean): Boolean

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatMap[B](f: (A) ⇒ NonEmptySet[B])(implicit arg0: UnivEq[B]): NonEmptySet[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 forall(f: (A) ⇒ Boolean): Boolean

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

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

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

    Permalink
    Definition Classes
    NonEmptySet → AnyRef → Any
  21. val head: A

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
  24. def lacks(a: A): Boolean

    Permalink
  25. def last: A

    Permalink
  26. def map[B](f: (A) ⇒ B)(implicit arg0: UnivEq[B]): NonEmptySet[B]

    Permalink
  27. def mapV[B](f: (A) ⇒ B): NonEmptyVector[B]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def reduce[B >: A](f: (B, B) ⇒ B): B

    Permalink
  32. def reduceMapLeft1[B](f: (A) ⇒ B)(g: (B, B) ⇒ B): B

    Permalink
  33. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  35. val tail: Set[A]

    Permalink

    Does NOT contain head.

  36. def toNEV: NonEmptyVector[A]

    Permalink
  37. def toStream: Stream[A]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    NonEmptySet → AnyRef → Any
  39. def toVector: Vector[A]

    Permalink
  40. final def wait(): Unit

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped