finMath lib documentation

net.finmath.compatibility.java.util.function
Interface DoubleUnaryOperator


public interface DoubleUnaryOperator

Interface mimiking Java 8.

Author:
Christian Fries

Method Summary
 double applyAsDouble(double operand)
          Applies this operator to the given operand.
 

Method Detail

applyAsDouble

double applyAsDouble(double operand)
Applies this operator to the given operand.

Parameters:
operand - the operand
Returns:
the operator result

Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.