|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShortBinaryOperator
Represents an operation upon two short
-valued operands and producing a
short
-valued result. This is the primitive type specialization of
BinaryOperator
for short
.
Unlike ShortShortToShortFunction
, this operator is supposed to accept two homogeneous
arguments and produce a result homogeneous to the arguments, e. g. value merging
in ObjShortMap.merge(Object, short, ShortBinaryOperator)
method.
BinaryOperator
,
ShortUnaryOperator
Method Summary | |
---|---|
short |
applyAsShort(short left,
short right)
Applies this operator to the given operands. |
Method Detail |
---|
short applyAsShort(short left, short right)
applyAsShort
in interface ShortShortToShortFunction
left
- the first operandright
- the second operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |