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.
|
T apply(double n1, double n2, double n3)
n1
- first function argumentn2
- second function argumentn3
- third function argumentCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.