|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShortShortToShortFunction
Represents a function that accepts
two short
-valued arguments
and produces a short
-valued result.
This is the (short, short, short)
specialization of BiFunction
.
Unlike ShortBinaryOperator
, this function is supposed to accept heterogeneous
arguments, e. g. key and value
in ShortShortMap.compute(short, ShortShortToShortFunction)
method.
BiFunction
Method Summary | |
---|---|
short |
applyAsShort(short a,
short b)
Applies this function to the given arguments. |
Method Detail |
---|
short applyAsShort(short a, short 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 |