Interface DoubleBiFunction<R>

All Superinterfaces:
Throwables.DoubleBiFunction<R,RuntimeException>

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

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