Interface Strings.Transform

All Known Subinterfaces:
StringTransformBuilder
Enclosing class:
Strings

public static interface Strings.Transform
  • Method Details

    • create

      static StringTransformBuilder create()
      Performs create.
      Returns:
      the result of create
    • apply

      String apply(CharSequence text)
      Performs apply.
      Parameters:
      text - the text value
      Returns:
      the result of apply