In my application I use 3rd party library (Spring Data for MongoDB to be exact).
Methods of this library return Iterable, while the rest of my
Iterable
I use FluentIterable.from(myIterable).toList() a lot.
FluentIterable.from(myIterable).toList()