Interface IntBiFunction<R>

All Superinterfaces:
Throwables.IntBiFunction<R,RuntimeException>

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

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