@FunctionalInterface public interface FloatShortToShortFunction
float
-valued and
a short
-valued argument
and produces a short
-valued result.
This is the (float, short, short)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(float a,
short b)
Applies this function to the given arguments.
|