IterableIterable<E> extension
Provides functions for working with nested iterables.
Functions that rely on the ordering of elements are non-deterministic if an iterable is unordered, i.e. HashSet.
Methods
-
flatten(
) → Iterable< E> -
Available on Iterable<
Returns a lazy iterable that flattens all nested iterables in this iterable.Iterable< , provided by the IterableIterable extensionE> >