NonEmptyIListNestedOps<A> extension

Operations available when NonEmptyIList elements are themselves NonEmptyILists.

on

Methods

flatten() NonEmptyIList<A>

Available on NonEmptyIList<NonEmptyIList<A>>, provided by the NonEmptyIListNestedOps extension

Combines all nested lists into one list using concatenation.