Uses of Class
uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable
-
Packages that use StreamIterable Package Description uk.gov.gchq.gaffer.commonutil.iterable uk.gov.gchq.gaffer.operation.util uk.gov.gchq.gaffer.store.operation.util -
-
Uses of StreamIterable in uk.gov.gchq.gaffer.commonutil.iterable
Subclasses of StreamIterable in uk.gov.gchq.gaffer.commonutil.iterable Modifier and Type Class Description class
StreamFlatMapIterable<I,O>
AStreamFlatMapIterable
is anStreamIterable
which uses aFlatMapStreamSupplier
to combineIterable
s.class
StreamMapIterable<I,O>
-
Uses of StreamIterable in uk.gov.gchq.gaffer.operation.util
Subclasses of StreamIterable in uk.gov.gchq.gaffer.operation.util Modifier and Type Class Description class
StreamFilterIterable
-
Uses of StreamIterable in uk.gov.gchq.gaffer.store.operation.util
Subclasses of StreamIterable in uk.gov.gchq.gaffer.store.operation.util Modifier and Type Class Description class
StreamTransformIterable
-