public interface DoubleNFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> DoubleNFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(double... args) |
R apply(double... args)
default <V> DoubleNFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)