public interface IntIntDoubleFunction
| Modifier and Type | Method and Description |
|---|---|
double |
apply(int first,
int second,
double third)
Applies a function to three arguments.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.