Class TransformStreamSupplier
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.util.TransformStreamSupplier
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Supplier<Stream<Element>>,StreamSupplier<Element>
public class TransformStreamSupplier extends Object implements StreamSupplier<Element>
-
-
Constructor Summary
Constructors Constructor Description TransformStreamSupplier(Transform operation)Default constructor.
-
-
-
Constructor Detail
-
TransformStreamSupplier
public TransformStreamSupplier(Transform operation)
Default constructor.- Parameters:
operation- the Transform to be applied, to the input iterable which it contains
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-