long
-producing primitive specialization for
BiFunction
.
This is a functional interface
whose functional method is applyAsLong(Object, Object)
.
BiFunction
Modifier and Type | Method and Description |
---|---|
public long | Returns: the function resultthe first function argument t, U the second function argument u)Applies this function to the given arguments. |
applyAsLong | back to summary |
---|---|
public long applyAsLong(T t, U u) Applies this function to the given arguments.
|