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> AToArray
operation takes in anIterable
of items and converts them into an array.ToArray.Builder<T> ToCsv AToMap
operation takes in anIterable
of items and uses aCsvGenerator
to convert each item into a CSV String.ToCsv.Builder ToEntitySeeds ToEntitySeeds.Builder ToList<T> ToList.Builder<T> ToMap AToMap
operation takes in anIterable
of items and uses aMapGenerator
to convert each item into aMap
of key-value pairs.ToMap.Builder ToSet<T> ToSet.Builder<T> ToSingletonList<T> AToSingletonList
operation 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