Interface IntToCharFunction


public interface IntToCharFunction
Author:
Haiyang Li
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IntToCharFunction
     
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    applyAsChar(int value)
     
  • Field Details

  • Method Details

    • applyAsChar

      char applyAsChar(int value)
      Parameters:
      value -
      Returns: