Interface DoubleNFunction<R>


public interface DoubleNFunction<R>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> DoubleNFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(double... args)
     
  • Method Details