Module qtjambi
Package io.qt.core

Interface QScope.Factory3<A,B,C,R>

Type Parameters:
A - type of argument 1
B - type of argument 2
C - type of argument 3
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.Factory3<A,B,C,R>
Factory for 3 arguments taking constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    create(A a, B b, C c)
    Creating the object
  • Method Details

    • create

      R create(A a, B b, C c)
      Creating the object
      Parameters:
      a -
      b -
      c -
      Returns:
      new object