Interface IntObjFunction<T,R>

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

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

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