Class StringsToTypeSubTypeValue
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<TUPLE,R>
-
- uk.gov.gchq.koryphe.tuple.function.KorypheFunctionN<uk.gov.gchq.koryphe.tuple.n.Tuple3<T,U,V>,R>
-
- uk.gov.gchq.koryphe.tuple.function.KorypheFunction3<String,String,String,TypeSubTypeValue>
-
- uk.gov.gchq.gaffer.types.function.StringsToTypeSubTypeValue
-
- All Implemented Interfaces:
Function<uk.gov.gchq.koryphe.tuple.n.Tuple3<String,String,String>,TypeSubTypeValue>
public class StringsToTypeSubTypeValue extends uk.gov.gchq.koryphe.tuple.function.KorypheFunction3<String,String,String,TypeSubTypeValue>
AStringsToTypeSubTypeValue
is aKorypheFunction3
that converts 3 strings: type, sub type and value into aTypeSubTypeValue
.
-
-
Constructor Summary
Constructors Constructor Description StringsToTypeSubTypeValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeSubTypeValue
apply(String type, String subType, String value)
-
-
-
Method Detail
-
apply
public TypeSubTypeValue apply(String type, String subType, String value)
- Specified by:
apply
in classuk.gov.gchq.koryphe.tuple.function.KorypheFunction3<String,String,String,TypeSubTypeValue>
-
-