Module qtjambi
Package io.qt.core

Interface QScope.Factory7<A,B,C,D,E,F,G,R>

Type Parameters:
A - type of argument 1
B - type of argument 2
C - type of argument 3
D - type of argument 4
E - type of argument 5
F - type of argument 6
G - type of argument 7
R - the constructed type
Enclosing class:
QScope
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 static interface QScope.Factory7<A,B,C,D,E,F,G,R>
Factory for 7 arguments taking constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    create(A a, B b, C c, D d, E e, F f, G g)
    Creating the object
  • Method Details

    • create

      R create(A a, B b, C c, D d, E e, F f, G g)
      Creating the object
      Parameters:
      a -
      b -
      c -
      d -
      e -
      f -
      g -
      Returns:
      new object