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