Interface ObjIntFunction<T,R>

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

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

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