Package io.atlassian.fugue
Class Iterables.Zipper<A,B,C>
- java.lang.Object
-
- io.atlassian.fugue.Iterables.IterableToString<C>
-
- io.atlassian.fugue.Iterables.Zipper<A,B,C>
-
- All Implemented Interfaces:
java.lang.Iterable<C>
- Enclosing class:
- Iterables
static class Iterables.Zipper<A,B,C> extends Iterables.IterableToString<C>
Iterable that combines two iterables using a combiner function.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classIterables.Zipper.Iter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<C>iterator()-
Methods inherited from class io.atlassian.fugue.Iterables.IterableToString
toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<C> iterator()
-
-