Interface BiIntFunction<R>


public interface BiIntFunction<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int first, int second)
     
  • Method Details

    • apply

      R apply(int first, int second)