public interface DoubleTriFunction<R> extends Throwables.DoubleTriFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> DoubleTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(double a,
double b,
double c) |
R apply(double a, double b, double c)
apply in interface Throwables.DoubleTriFunction<R,RuntimeException>default <V> DoubleTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.