Interface DoubleConsumer8

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

    Modifier and Type
    Method
    Description
    void
    accept(double v1, double v2, double v3, double v4, double v5, double v6, double v7, double v8)
    Performs this operation on the given argument.
  • Method Details

    • accept

      void accept(double v1, double v2, double v3, double v4, double v5, double v6, double v7, double v8)
      Performs this operation on the given argument.
      Parameters:
      v1 - the input argument
      v2 - the input argument
      v3 - the input argument
      v4 - the input argument
      v5 - the input argument
      v6 - the input argument
      v7 - the input argument
      v8 - the input argument