JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
finMath
lib
documentation
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.finmath.compatibility.java.util.function
Interface Function<T,R>
All Known Subinterfaces:
CharacteristicFunctionInterface
All Known Implementing Classes:
AbstractProductFourierTransform
,
EuropeanOption
public interface
Function<T,R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies this function to the given argument.
Method Detail
apply
R
apply(
T
t)
Applies this function to the given argument.
Parameters:
t
- the function argument
Returns:
the function result
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright © 2014 Christian P. Fries.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014. All rights reserved.