Interface Functions.UppercaseFunction

Enclosing class:
Functions

public static interface Functions.UppercaseFunction
The UppercaseFunction interface defines a method for converting a string to uppercase.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts the given string to uppercase.
  • Method Details

    • toUppercase

      String toUppercase(String string)
      Converts the given string to uppercase.
      Parameters:
      string - the string to be converted to uppercase
      Returns:
      the uppercase representation of the given string