Module qtjambi
Package io.qt.core

Interface QScope.Factory2<A,B,R>

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

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

    • create

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