public class ToTypeValue
extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,TypeValue>
A ToTypeValue is a KorypheFunction that converts a
value into a TypeValue, by setting the Type to null (or the provided string)
and the Value to the input value.