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