Interface ObjectIntIntFunction<T,R>


public interface ObjectIntIntFunction<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, int i, int j)
     
  • Method Details

    • apply

      R apply(T t, int i, int j)