Packages

object NonEmptyColl extends NonEmptyCollInstances

If you ever have to import NonEmptyColl or anything from it, your Scala settings are probably wrong.

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

Type Members

  1. implicit final class Map Ops[K, V, CC[X, +Y] <: Map[X, Y] with MapOps[X, Y, CC, _]] extends AnyVal

    Operations that can return new maps.

    Operations that can return new maps. There is no reason to include any other kind of operation here, because they are covered by #widen.

  2. implicit final class NEPreservingOps[A, C] extends AnyVal
  3. implicit final class NEPreservingSeqOps[A, CC[X] <: Seq[X], C] extends AnyVal
  4. implicit final class NEPseudofunctorOps[A, CC[X] <: Iterable[X], C] extends AnyVal
  5. implicit final class ReshapeOps[F[_], A] extends AnyVal
  6. implicit final class Seq Ops[A, CC[_], C] extends AnyVal
  7. implicit final class Set Ops[A, CC[_], C <: SetOps[A, CC, C] with Iterable[A]] extends AnyVal

    Operations that can return new sets.

    Operations that can return new sets. There is no reason to include any other kind of operation here, because they are covered by #widen.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def foldable[F[_]](implicit F: Foldable[F]): Foldable[[β$2$]NonEmptyColl.NonEmptyF[F, β$2$]]
    Definition Classes
    NonEmptyCollInstances
  9. implicit def foldable1[F[_]](implicit F: Foldable[F]): Foldable1[[β$3$]NonEmptyColl.NonEmptyF[F, β$3$]]
    Definition Classes
    NonEmptyCollInstances0
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. implicit def traverse[F[_]](implicit F: Traverse[F]): Traverse[[β$1$]NonEmptyColl.NonEmptyF[F, β$1$]]
  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 NonEmptyCollInstances

Inherited from NonEmptyCollInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped