JavaScript is disabled on your browser.
Skip navigation links
Apache Calcite
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.calcite.linq4j.function
Interface DoubleFunction1<T0>
Type Parameters:
T0
- Type of argument #0
All Superinterfaces:
Function
<
Double
>
public interface
DoubleFunction1<T0>
extends
Function
<
Double
>
Function that takes one parameter and returns a native
double
value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
apply
(
T0
v0)
Method Details
apply
double
apply
(
T0
v0)