All Superinterfaces:
Serializable

@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 CharFunction TO_LOWERCASE
    Deprecated.
     
    static CharFunction TO_UPPERCASE
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    char valueOf​(char character)
    Deprecated.