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 String
apply(String value)
boolean
equals(Object o)
String
getSuffix()
int
hashCode()
void
setSuffix(String suffix)
-
-
-
Constructor Detail
-
StringAppend
public StringAppend()
-
StringAppend
public StringAppend(String suffix)
-
-