Module qtjambi
Package io.qt.core

Interface QScope.Factory8<A,B,C,D,E,F,G,H,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
H - type of argument 8
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.Factory8<A,B,C,D,E,F,G,H,R>
Factory for 8 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, H h)
    Creating the object
  • Method Details

    • create

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