finMath lib documentation

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
 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

Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.