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 classFlatMapStreamSupplier<T,U>AStreamSupplierwhich uses aFunctionto convert the input objects into output objects.classMapStreamSupplier<T,U>AStreamSupplierwhich uses aFunctionto 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 classFilterStreamSupplier -
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 classTransformStreamSupplierATransformStreamSupplieris aStreamSupplierwhich uses aTransformto perform a transformation on eachElementin the inputIterable, and producing anIterable.
-