nonEmptyList

fun <A> nonEmptyList(): Traversal<<ERROR CLASS><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.