object NonEmptyList extends NonEmptyListInstances
- Source
- NonEmptyList.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NonEmptyList
- NonEmptyListInstances
- NonEmptyListInstances0
- 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
- final def apply[A](a: A, b: A, c: A, d: A, e: A, f: A, as: A*): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A, b: A, c: A, d: A, e: A, f: A): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A, b: A, c: A, d: A, e: A): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A, b: A, c: A, d: A): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A, b: A, c: A): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A, b: A): NonEmptyList[A]
- Annotations
- @inline()
- final def apply[A](a: A): NonEmptyList[A]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromSeq[A](h: A, t: Seq[A]): NonEmptyList[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[A, B](f: (NonEmptyList[A]) => B): (IList[A]) => Option[B]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nel[A](h: A, t: IList[A]): NonEmptyList[A]
- implicit val nonEmptyList: Traverse1[NonEmptyList] with Monad[NonEmptyList] with Alt[NonEmptyList] with BindRec[NonEmptyList] with Plus[NonEmptyList] with Comonad[NonEmptyList] with Zip[NonEmptyList] with Unzip[NonEmptyList] with Align[NonEmptyList]
- Definition Classes
- NonEmptyListInstances
- implicit def nonEmptyListEqual[A](implicit arg0: Equal[A]): Equal[NonEmptyList[A]]
- Definition Classes
- NonEmptyListInstances0
- implicit val nonEmptyListIsCovariant: IsCovariant[NonEmptyList]
- Definition Classes
- NonEmptyListInstances
- implicit def nonEmptyListOrder[A](implicit arg0: Order[A]): Order[NonEmptyList[A]]
- Definition Classes
- NonEmptyListInstances
- implicit def nonEmptyListSemigroup[A]: Semigroup[NonEmptyList[A]]
- Definition Classes
- NonEmptyListInstances
- implicit def nonEmptyListShow[A](implicit arg0: Show[A]): Show[NonEmptyList[A]]
- Definition Classes
- NonEmptyListInstances
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unapply[A](v: NonEmptyList[A]): Some[(A, IList[A])]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()