Class ToTypeSubTypeValue

  • All Implemented Interfaces:
    Function<Object,​TypeSubTypeValue>

    public class ToTypeSubTypeValue
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,​TypeSubTypeValue>
    A ToTypeSubTypeValue is a KorypheFunction that converts a value into a TypeSubTypeValue, by setting the Type and SubType to null (or the provided strings) and the Value to the input value.
    • Constructor Detail

      • ToTypeSubTypeValue

        public ToTypeSubTypeValue()
      • ToTypeSubTypeValue

        public ToTypeSubTypeValue​(String type,
                                  String subType)