T - The function return type.@FunctionalInterface public interface DoubleFunction3N<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(double n1,
double n2,
double n3)
Apply the function and return the result.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.