com.koloboke.function
Interface FloatShortToShortFunction
public interface FloatShortToShortFunction
Represents a function that accepts
a float
-valued and
a short
-valued argument
and produces a short
-valued result.
This is the (float, short, short)
specialization of BiFunction
.
- See Also:
BiFunction
Method Summary |
short |
applyAsShort(float a,
short b)
Applies this function to the given arguments. |
applyAsShort
short applyAsShort(float a,
short b)
- Applies this function to the given arguments.
- Parameters:
a
- the first function argumentb
- the second function argument
- Returns:
- the function result