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