T
- the type of the first argument to the function@FunctionalInterface public interface ObjFloatToFloatFunction<T>
float
-valued argument
and produces a float
-valued result.
This is the (reference, float, float)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
float |
applyAsFloat(T a,
float b)
Applies this function to the given arguments.
|
float applyAsFloat(T a, float b)
a
- the first function argumentb
- the second function argument