Interface CGTextTransformer

All Superinterfaces:
Function<String,String>
All Known Implementing Classes:
CGRegexReplacer

public interface CGTextTransformer extends Function<String,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String input)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose