Class Suffix
- java.lang.Object
-
- io.virtdata.basicsmappers.unary_string.Suffix
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.String,java.lang.String>
public class Suffix extends java.lang.Object implements java.util.function.Function<java.lang.String,java.lang.String>Add the specified prefix String to the input value and return the result.
-
-
Constructor Summary
Constructors Constructor Description Suffix(java.lang.String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String s)
-