Class StringAppend
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<String,String>
-
- uk.gov.gchq.koryphe.impl.function.StringAppend
-
-
Constructor Summary
Constructors Constructor Description StringAppend()StringAppend(String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(String value)booleanequals(Object o)StringgetSuffix()inthashCode()voidsetSuffix(String suffix)
-
-
-
Constructor Detail
-
StringAppend
public StringAppend()
-
StringAppend
public StringAppend(String suffix)
-
-