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