JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.annimon.stream.function
Interface ToDoubleFunction<T>
Type Parameters:
T
- the type of the input of the function
public interface
ToDoubleFunction<T>
Represents a function which produces an double-valued result from input argument.
Since:
1.1.3
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
applyAsDouble
(
T
t)
Applies this function to the given argument.
Method Detail
applyAsDouble
double applyAsDouble(
T
t)
Applies this function to the given argument.
Parameters:
t
- an argument
Returns:
the function result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method