(package private) static class |
Iterables.CollectingIterable<A,B> |
CollectingIterable, filters and transforms in one.
|
(package private) static class |
Iterables.Drop<A> |
Iterable that only shows a small range of the original Iterable.
|
(package private) static class |
Iterables.Join<A> |
|
(package private) static class |
Iterables.Memoizer<A> |
Memoizing iterable, maintains a lazily computed linked list of nodes.
|
(package private) static class |
Iterables.MergeSortedIterable<A> |
Merges multiple sorted Iterables into one, sorted iterable.
|
(package private) static class |
Iterables.Take<A> |
Iterable that only shows a small range of the original Iterable.
|
(package private) static class |
Iterables.UnfoldingIterable<A,B> |
Iterable that repeatedly applies f until it returns none()
|
(package private) static class |
Iterables.Zipper<A,B,C> |
Iterable that combines two iterables using a combiner function.
|