final case class AppliedFoldListOps[S, A](appliedFold: AppliedFold[S, List[A]]) extends AnyVal with Product with Serializable
- Source
 - AppliedFoldSyntax.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- AppliedFoldListOps
 - Serializable
 - Product
 - Equals
 - AnyVal
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new AppliedFoldListOps(appliedFold: AppliedFold[S, List[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
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def toArray(implicit ev: ClassTag[A]): AppliedFold[S, Array[A]]
convert from a List[A] to a Array[A
 -    def toNel: AppliedFold[S, NonEmptyList[A]]
convert from a List[A] to a NonEmptyList[A
 -    def toVector: AppliedFold[S, Vector[A]]
convert from a List[A] to a Vector[A