Package uk.gov.gchq.gaffer.types.function
Function classes for interacting with the Gaffer types classes.
-
Class Summary Class Description FreqMapAggregator AnFreqMapAggregatoris aKorypheBinaryOperatorthat takes inFreqMaps and merges the frequencies together.FreqMapExtractor AFreqMapExtractoris aKorypheFunctionthat extracts a count from a frequency map for the provided key.FreqMapPredicator AFreqMapPredicatoris aKorypheFunctionthat extracts a a clone of the current frequency map provided a validKoryphePredicate.IterableToFreqMap AnIterableToFreqMapis a Function which creates a FreqMap from an Iterable of Strings.StringsToTypeSubTypeValue AStringsToTypeSubTypeValueis aKorypheFunction3that converts 3 strings: type, sub type and value into aTypeSubTypeValue.StringsToTypeValue AStringsToTypeSubTypeValueis aKorypheFunction2that converts 2 strings: type and value into aTypeValue.ToFreqMap AToFreqMapis aKorypheFunctionthat creates a new FreqMap and upserts a given value.ToTypeSubTypeValue AToTypeSubTypeValueis aKorypheFunctionthat converts a value into aTypeSubTypeValue, by setting the Type and SubType to null (or the provided strings) and the Value to the input value.ToTypeValue AToTypeValueis aKorypheFunctionthat converts a value into aTypeValue, by setting the Type to null (or the provided string) and the Value to the input value.