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