T
- the type of the first argument to the functionR
- the type of the result of the function@FunctionalInterface public interface FloatObjFunction<T,R>
float
-valued and an object-valued argument
and returns a result. This is the (float, reference, reference)
specialization
of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
R |
apply(float v,
T t)
Applies this function to the given arguments.
|