Class StreamFilterIterable
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable<Element>
-
- uk.gov.gchq.gaffer.operation.util.StreamFilterIterable
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<Element>
public class StreamFilterIterable extends StreamIterable<Element>
-
-
Constructor Summary
Constructors Constructor Description StreamFilterIterable(Filter operation)
-
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
-
-
-
-
Constructor Detail
-
StreamFilterIterable
public StreamFilterIterable(Filter operation)
-
-