Packages

sealed abstract class NonEmptyCollInstances extends NonEmptyCollInstances0

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyCollInstances
  2. NonEmptyCollInstances0
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def NEPreservingOps[A, CC[X] <: Iterable[X], C](self: NonEmpty[IterableOps[A, CC, C with Iterable[A]]]): NEPreservingOps[A, CC, C]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def foldable[F[_]](implicit F: Foldable[F]): Foldable[[β$3$]NonEmptyColl.NonEmptyF[F, β$3$]]
  10. implicit def foldable1[F[_]](implicit F: Foldable[F]): Foldable1[[β$4$]NonEmptyColl.NonEmptyF[F, β$4$]]
    Definition Classes
    NonEmptyCollInstances0
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. implicit def widen[A](na: NonEmpty[A]): A

    This adds the rest of the A API to na.

    This adds the rest of the A API to na. However, because it is in the most distant parent class from object NonEmptyColl, it is tried last during method resolution. That's why our custom +, transform, toList, and other such methods win; their implicit conversions are defined in a subclass of this one.

    Definition Classes
    NonEmptyCollInstances0
  23. implicit def widenF[F[+_], A](na: F[NonEmpty[A]]): F[A]
    Definition Classes
    NonEmptyCollInstances0

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NonEmptyCollInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped