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> AStreamSupplierwhich uses aFunctionto convert the input objects into output objects.GafferCollectors Java 8Collectors for Gaffer, based on theCollectorsclass.MapStreamSupplier<T,U> AStreamSupplierwhich uses aFunctionto convert the input objects into output objects.Streams Utility class to help with the usage of the Java 8 Streams API in Gaffer.