final class NonEmptyListOps[A] extends AnyVal
- Source
- NonEmptyListSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NonEmptyListOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NonEmptyListOps(self: NonEmptyList[A])
Value Members
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val self: NonEmptyList[A]
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._