Package uk.gov.gchq.gaffer.store.operation.handler.output
Handlers for output operations.
-
Class Summary Class Description ToArrayHandler<T> AToArrayHandler
handlesToArray
operations.ToCsvHandler AToCsvHandler
handlesToCsv
operations by applying the providedCsvGenerator
to each item in the inputIterable
.ToEntitySeedsHandler TheToEntitySeedsHandler
handlesToEntitySeeds
operations by wrapping each object in the inputIterable
in anEntitySeed
object.ToListHandler<T> ToMapHandler AToMapHandler
handlesToMap
operations by applying the providedElementGenerator
to each item in the inputIterable
.ToSetHandler<T> ToSingletonListHandler<T> ToStreamHandler<T> AToStreamHandler
handles forToStream
operations.ToVerticesHandler AToVerticesHandler
handles forToVertices
operations.