Initializing help system before first use

Action7

  • com.dashoptimization.functional.Action7<K1,​K2,​K3,​K4,​K5,​K6,​K7>
  • 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 Action7<K1,​K2,​K3,​K4,​K5,​K6,​K7>
    A function without return value that takes 7 arguments.
    Since:
    43.00
    • Method Summary

      Modifier and Type Method Description
      void accept​(K1 a1, K2 a2, K3 a3, K4 a4, K5 a5, K6 a6, K7 a7)
      Compute the value for the given arguments.
    • Method Detail

      • accept

        void accept​(K1 a1,
                    K2 a2,
                    K3 a3,
                    K4 a4,
                    K5 a5,
                    K6 a6,
                    K7 a7)
        Compute the value for the given arguments.
        Parameters:
        a1 - argument number 1.
        a2 - argument number 2.
        a3 - argument number 3.
        a4 - argument number 4.
        a5 - argument number 5.
        a6 - argument number 6.
        a7 - argument number 7.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.