Interface DoubleConsumer2

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 interface DoubleConsumer2
DoubleConsumer2.
Author:
Werner Randelshofer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(double v1, double v2)
    Performs this operation on the given argument.
  • Method Details

    • accept

      void accept(double v1, double v2)
      Performs this operation on the given argument.
      Parameters:
      v1 - the input argument
      v2 - the input argument