Package io.atlassian.fugue
Class Iterables.CollectingIterable<A,B>
- java.lang.Object
-
- io.atlassian.fugue.Iterables.IterableToString<B>
-
- io.atlassian.fugue.Iterables.CollectingIterable<A,B>
-
- All Implemented Interfaces:
java.lang.Iterable<B>
- Enclosing class:
- Iterables
static class Iterables.CollectingIterable<A,B> extends Iterables.IterableToString<B>
CollectingIterable, filters and transforms in one.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classIterables.CollectingIterable.Iter
-
Constructor Summary
Constructors Constructor Description CollectingIterable(java.lang.Iterable<? extends A> delegate, java.util.function.Function<? super A,Option<B>> partial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<B>iterator()-
Methods inherited from class io.atlassian.fugue.Iterables.IterableToString
toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<B> iterator()
-
-