Interface IntToShortFunction


public interface IntToShortFunction
Since:
0.8
Author:
Haiyang Li
  • Field Summary

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

    Modifier and Type
    Method
    Description
    short
    applyAsShort(int value)
     
  • Field Details

  • Method Details

    • applyAsShort

      short applyAsShort(int value)
      Parameters:
      value -
      Returns: