Class FilterStreamSupplier
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.util.FilterStreamSupplier
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Supplier<Stream<Element>>
,StreamSupplier<Element>
public class FilterStreamSupplier extends Object implements StreamSupplier<Element>
-
-
Constructor Summary
Constructors Constructor Description FilterStreamSupplier(Filter filter)
Default constructor.
-
-
-
Constructor Detail
-
FilterStreamSupplier
public FilterStreamSupplier(Filter filter)
Default constructor.- Parameters:
filter
- the Filter operation to be applied, from which the input is pulled
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-