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 NEPreservingSeqOps[A, CC[X] <: Seq[X], C] extends AnyVal
  3. implicit final class NEPseudofunctorOps[A, CC[X] <: Iterable[X], C] extends AnyVal
  4. implicit final class ReshapeOps[F[_], A] extends AnyVal
  5. implicit final class Seq Ops[A, CC[_], C] extends AnyVal
  6. 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.

  7. implicit final class UnReshapeOps[F[_], A] extends AnyVal
  8. implicit final class UnwrapOps[A] extends AnyVal

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