sealed abstract class NonEmptyCollInstances extends NonEmptyCollInstances0
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NonEmptyCollInstances
- NonEmptyCollInstances0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def NEPreservingOps[A, CC[X] <: Iterable[X], C](self: NonEmpty[IterableOps[A, CC, C with Iterable[A]]]): NEPreservingOps[A, CC, C]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def foldable[F[_]](implicit F: Foldable[F]): Foldable[[β$3$]NonEmptyColl.NonEmptyF[F, β$3$]]
- implicit def foldable1[F[_]](implicit F: Foldable[F]): Foldable1[[β$4$]NonEmptyColl.NonEmptyF[F, β$4$]]
- Definition Classes
- NonEmptyCollInstances0
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- implicit def widen[A](na: NonEmpty[A]): A
This adds the rest of the
AAPI tona.This adds the rest of the
AAPI tona. However, because it is in the most distant parent class fromobject 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
- implicit def widenF[F[+_], A](na: F[NonEmpty[A]]): F[A]
- Definition Classes
- NonEmptyCollInstances0
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated