Interface AbstractADI3D.DoubleTernaryOperator

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.DoubleTernaryOperator
Ternary payoff operator used for terminal conditions depending on three state variables.
Author:
Alessandro Gnoatto
  • Method Summary

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

    • applyAsDouble

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