Interface IntToIntFunction


public interface IntToIntFunction
Native int to int function
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    apply(int v)
     
  • Method Details

    • apply

      int apply(int v)