Represents a function that accepts two arguments and produces a long-valued result. This is the long-producing primitive specialization for BiFunction.
This is a functional interface whose functional method is applyAsLong(Object, Object).
Represents a function that accepts two arguments and produces a long-valued result. This is the long-producing primitive specialization for BiFunction. This is a functional interface whose functional method is applyAsLong(Object, Object).
(apply-as-long this t u)Applies this function to the given arguments.
t - the first function argument - T
u - the second function argument - U
returns: the function result - long
Applies this function to the given arguments. t - the first function argument - `T` u - the second function argument - `U` returns: the function result - `long`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |