Class DoubleMediator


public final class DoubleMediator extends AbstractDoubleMediator
A DoubleMediator is not mutable.
Author:
Silvan Wyss
  • Method Details

    • forArgumentAndArgumentName

      public static DoubleMediator forArgumentAndArgumentName(double argument, String argumentName)
      Parameters:
      argument -
      argumentName -
      Returns:
      a new DoubleMediator for the given argument and argumentName.
      Throws:
      RuntimeException - if the given argumentName is null or blank.