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

traversal

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

Traversal for SequenceK that has focus in each A.

Receiver SequenceK.Companion to make it statically available.

Return Traversal with source SequenceK and focus in every A of the source.

Do you like Arrow?

Arrow Org
<