All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated public interface CharFunction extends Serializable
Deprecated.
since 3.0. Use CharToCharFunction instead.
A CharFunction can be used to convert one character to another.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CharFunction
    Deprecated.
     
    static final CharFunction
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    valueOf(char character)
    Deprecated.
     
  • Field Details

    • TO_UPPERCASE

      static final CharFunction TO_UPPERCASE
      Deprecated.
    • TO_LOWERCASE

      static final CharFunction TO_LOWERCASE
      Deprecated.
  • Method Details

    • valueOf

      char valueOf(char character)
      Deprecated.