Represents a function that accepts two arguments and produces a double-valued result. This is the double-producing primitive specialization for BiFunction.
This is a functional interface whose functional method is applyAsDouble(Object, Object).
Represents a function that accepts two arguments and produces a double-valued result. This is the double-producing primitive specialization for BiFunction. This is a functional interface whose functional method is applyAsDouble(Object, Object).
(apply-as-double 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 - double
Applies this function to the given arguments. t - the first function argument - `T` u - the second function argument - `U` returns: the function result - `double`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close