Interface StringTransformation
-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public interface StringTransformation implements Function1<String, String>
A transformation function for strings, which can be used to apply various transformations to a string.