Interface FloatToIntFunction


public interface FloatToIntFunction
Author:
Haiyang Li
  • Field Summary

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

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

  • Method Details

    • applyAsInt

      int applyAsInt(float value)
      Parameters:
      value -
      Returns: