Class StringsToTypeValue

  • All Implemented Interfaces:
    Function<uk.gov.gchq.koryphe.tuple.n.Tuple2<String,​String>,​TypeValue>

    public class StringsToTypeValue
    extends uk.gov.gchq.koryphe.tuple.function.KorypheFunction2<String,​String,​TypeValue>
    A StringsToTypeSubTypeValue is a KorypheFunction2 that converts 2 strings: type and value into a TypeValue.
    • Constructor Detail

      • StringsToTypeValue

        public StringsToTypeValue()