AppliedPrismListOps

final case class AppliedPrismListOps[S, A](appliedPrism: AppliedPrism[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]): AppliedPrism[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