Interface StringTransform

    • Method Detail

      • transform

        String transform​(String source)
        Transform the text in some way, to be determined by the subclass.
        Specified by:
        transform in interface Transform<String,​String>
        Parameters:
        source - text to be transformed (eg lowercased)
        Returns:
        result