Interface BiIntObjFunction<T,R>

All Superinterfaces:
Throwables.BiIntObjFunction<T,R,RuntimeException>

public interface BiIntObjFunction<T,R> extends Throwables.BiIntObjFunction<T,R,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> BiIntObjFunction<T,V>
    andThen(Function<? super R,? extends V> after)
     
    apply(int i, int j, T t)