Package uk.gov.gchq.gaffer.store.operation.handler.output
Handlers for output operations.
-
Class Summary Class Description ToArrayHandler<T> AToArrayHandlerhandlesToArrayoperations.ToCsvHandler AToCsvHandlerhandlesToCsvoperations by applying the providedCsvGeneratorto each item in the inputIterable.ToEntitySeedsHandler TheToEntitySeedsHandlerhandlesToEntitySeedsoperations by wrapping each object in the inputIterablein anEntitySeedobject.ToListHandler<T> ToMapHandler AToMapHandlerhandlesToMapoperations by applying the providedElementGeneratorto each item in the inputIterable.ToSetHandler<T> ToSingletonListHandler<T> ToStreamHandler<T> AToStreamHandlerhandles forToStreamoperations.ToVerticesHandler AToVerticesHandlerhandles forToVerticesoperations.