Uses of Interface
uk.gov.gchq.gaffer.commonutil.stream.StreamSupplier
-
Packages that use StreamSupplier Package Description uk.gov.gchq.gaffer.commonutil.iterable uk.gov.gchq.gaffer.commonutil.stream Gaffer-specific classes which extend the functionality of the Java 8 Functions API.uk.gov.gchq.gaffer.operation.util uk.gov.gchq.gaffer.store.operation.util -
-
Uses of StreamSupplier in uk.gov.gchq.gaffer.commonutil.iterable
Constructors in uk.gov.gchq.gaffer.commonutil.iterable with parameters of type StreamSupplier Constructor Description StreamIterable(StreamSupplier<T> streamSupplier)
-
Uses of StreamSupplier in uk.gov.gchq.gaffer.commonutil.stream
Classes in uk.gov.gchq.gaffer.commonutil.stream that implement StreamSupplier Modifier and Type Class Description class
FlatMapStreamSupplier<T,U>
AStreamSupplier
which uses aFunction
to convert the input objects into output objects.class
MapStreamSupplier<T,U>
AStreamSupplier
which uses aFunction
to convert the input objects into output objects. -
Uses of StreamSupplier in uk.gov.gchq.gaffer.operation.util
Classes in uk.gov.gchq.gaffer.operation.util that implement StreamSupplier Modifier and Type Class Description class
FilterStreamSupplier
-
Uses of StreamSupplier in uk.gov.gchq.gaffer.store.operation.util
Classes in uk.gov.gchq.gaffer.store.operation.util that implement StreamSupplier Modifier and Type Class Description class
TransformStreamSupplier
ATransformStreamSupplier
is aStreamSupplier
which uses aTransform
to perform a transformation on eachElement
in the inputIterable
, and producing anIterable
.
-