final class NonEmptyListOps[A] extends AnyVal
- Source
- NonEmptyListSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NonEmptyListOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NonEmptyListOps(self: NonEmptyList[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: NonEmptyList[A]
-
def
toString(): String
- Definition Classes
- Any
Deprecated Value Members
-
def
collectFirst[B](pf: PartialFunction[A, B]): Option[B]
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._
-
def
contains(a: A): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._
-
def
mkString(begin: String, s: String, end: String): String
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._
-
def
mkString(s: String): String
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._