Interface AbstractADI3D.DoubleQuaternaryOperator

Enclosing class:
AbstractADI3D
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractADI3D.DoubleQuaternaryOperator
This interface is needed for payoff depending explicitly on the time dimension and three state variables.
Author:
Alessandro Gnoatto
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    applyAsDouble(double x0, double x1, double x2, double x3)
    Performs the operation.
  • Method Details

    • applyAsDouble

      double applyAsDouble(double x0, double x1, double x2, double x3)
      Performs the operation.
      Parameters:
      x0 - The value.
      x1 - The value.
      x2 - The value.
      x3 - The value.
      Returns:
      The value.