Interface StringTransform

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String source)
      Transform the text in some way, to be determined by the subclass.
    • Method Detail

      • transform

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