Class Joined<T>

java.lang.Object
org.dmfs.jems2.iterable.Joined<T>
All Implemented Interfaces:
Iterable<T>

public final class Joined<T> extends Object implements Iterable<T>
An Iterable which joins other Iterables by iterating the values of them one after another.

Note: other frameworks call this operation, "flatten". While this is technically appropriate, it often doesn't really express the intent very well.