arrow-optics / arrow.optics.extensions / arrow.core.ListK / traversal

traversal

fun <A> ListK.Companion.~~traversal~~(): Traversal<ListK<A>, A> Deprecated: ListK is being deprecated. Use the instance for List from the companion object of the typeclass.

Traversal for ListK that has focus in each A.

Receiver ListK.Companion to make it statically available.

Return Traversal with source ListK and focus every A of the source.

Do you like Arrow?

Arrow Org
<