list

object list extends ListOptics
class Object
trait Matchable
class Any
list.type

Value members

Inherited methods

final def listToArray[A : ClassTag]: Iso[List[A], Array[A]]

a monomorphic Iso from a list to an Array

a monomorphic Iso from a list to an Array

Inherited from:
ListOptics

a monomorphic Prism from a List to a NonEmptyList

a monomorphic Prism from a List to a NonEmptyList

Inherited from:
ListOptics
final def listToVector[A]: Iso[List[A], Vector[A]]

a monomorphic Iso from a List to a Vector

a monomorphic Iso from a List to a Vector

Inherited from:
ListOptics

Inherited fields

a monomorphic Iso from a List[char] to a String

a monomorphic Iso from a List[char] to a String

Inherited from:
ListOptics