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