|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntDoubleFunction
Interface that represents a function object: a function that takes two arguments.
Method Summary | |
---|---|
double |
apply(int first,
double second)
Applies a function to two arguments. |
Method Detail |
---|
double apply(int first, double second)
first
- first argument passed to the function.second
- second argument passed to the function.
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |