Interface LongBiFunction<R>

All Superinterfaces:
Throwables.LongBiFunction<R,RuntimeException>

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

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