public interface DoubleBiFunction<R> extends Try.DoubleBiFunction<R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> DoubleBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(double t,
double u) |
R apply(double t, double u)
apply
in interface Try.DoubleBiFunction<R,java.lang.RuntimeException>
default <V> DoubleBiFunction<V> andThen(Function<? super R,? extends V> after)