Class StreamFlatMapIterable<I,O>
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable<O>
-
- uk.gov.gchq.gaffer.commonutil.iterable.StreamFlatMapIterable<I,O>
-
- Type Parameters:
I
- the type of items in the input iterableO
- the type of items in the output stream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<O>
public class StreamFlatMapIterable<I,O> extends StreamIterable<O>
AStreamFlatMapIterable
is anStreamIterable
which uses aFlatMapStreamSupplier
to combineIterable
s.
-
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable
close, getStream, iterator
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-