AppliedFoldListOps

final case class AppliedFoldListOps[S, A](appliedFold: AppliedFold[S, List[A]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toArray(implicit ev: ClassTag[A]): AppliedFold[S, Array[A]]

convert from a List to a [[Array[A]]

convert from a List to a [[Array[A]]

convert from a List to a [[NonEmptyList[A]]

convert from a List to a [[NonEmptyList[A]]

convert from a List to a [[Vector[A]]

convert from a List to a [[Vector[A]]

Inherited methods

Inherited from:
Product