Interface DoubleConsumer4

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

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

    • accept

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