public interface DoubleBiFunction<R> extends Throwables.DoubleBiFunction<R,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 Throwables.DoubleBiFunction<R,RuntimeException>
default <V> DoubleBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.