public interface DoubleNFunction<R>
| Modifier and Type | Method and Description |
|---|---|
default <V> DoubleNFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(double... args) |
R apply(double... args)
default <V> DoubleNFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.