nonEmptyList

fun <A> nonEmptyList(): Fold<NonEmptyList<A>, A>

Traversal for NonEmptyList that has focus in each A.

Receiver

PTraversal.Companion to make it statically available.

Return

Traversal with source NonEmptyList and focus every A of the source.