Package-level declarations
Types
Functions
Link copied to clipboard
fun createCaseFormatTransformFunction(fromFormat: CaseFormat, toFormat: CaseFormat): TransformFunction<String, String>
Transform function that will transform a String from one CaseFormat to another.
Link copied to clipboard
Transform function that takes an input of type T and returns the the input itself.
Link copied to clipboard