Interface ShortToIntFunction


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

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

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

  • Method Details

    • applyAsInt

      int applyAsInt(short value)