Class StreamMapIterable<I,O>
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable<O>
-
- uk.gov.gchq.gaffer.commonutil.iterable.StreamMapIterable<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 StreamMapIterable<I,O> extends StreamIterable<O>
-
-
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
-
-