Package uk.gov.gchq.gaffer.commonutil.stream
Gaffer-specific classes which extend the functionality of the Java 8 Functions
API.
-
Interface Summary Interface Description StreamSupplier<T> -
Class Summary Class Description FlatMapStreamSupplier<T,U> AStreamSupplier
which uses aFunction
to convert the input objects into output objects.GafferCollectors Java 8Collector
s for Gaffer, based on theCollectors
class.MapStreamSupplier<T,U> AStreamSupplier
which uses aFunction
to convert the input objects into output objects.Streams Utility class to help with the usage of the Java 8 Streams API in Gaffer.