|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntIntToIntFunction
Represents a function that accepts
two int-valued arguments
and produces an int-valued result.
This is the (int, int, int)
specialization of BiFunction.
Unlike IntBinaryOperator, this function is supposed to accept heterogeneous
arguments, e. g. key and value
in IntIntMap.compute(int, IntIntToIntFunction)
method.
BiFunction| Method Summary | |
|---|---|
int |
applyAsInt(int a,
int b)
Applies this function to the given arguments. |
| Method Detail |
|---|
int applyAsInt(int a,
int b)
a - the first function argumentb - the second function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||