Package uk.gov.gchq.gaffer.operation.impl.output
Operations for formatting the output of an operation into a required representation.
-
Class Summary Class Description ToArray<T> AToArrayoperation takes in anIterableof items and converts them into an array.ToArray.Builder<T> ToCsv AToMapoperation takes in anIterableof items and uses aCsvGeneratorto convert each item into a CSV String.ToCsv.Builder ToEntitySeeds ToEntitySeeds.Builder ToList<T> ToList.Builder<T> ToMap AToMapoperation takes in anIterableof items and uses aMapGeneratorto convert each item into aMapof key-value pairs.ToMap.Builder ToSet<T> ToSet.Builder<T> ToSingletonList<T> AToSingletonListoperation takes an input of type T and converts a single input to a list.ToSingletonList.Builder<T> ToStream<T> ToStream.Builder<T> ToVertices ToVertices.Builder -
Enum Summary Enum Description ToVertices.EdgeVertices ToVertices.UseMatchedVertex