What would be the best way to transform Iterable&l...
# getting-started
n
What would be the best way to transform Iterable<Iterable<T>> into the just Iterable<T>? I mean, is there a way to do that with the stream-esque transformation chain?