AppliedLensListOps

final case class AppliedLensListOps[S, A](appliedLens: AppliedLens[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]): AppliedLens[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