Interface QAbstractOAuth.ModifyParametersFunction

All Superinterfaces:
BiConsumer<QAbstractOAuth.Stage,Map<String,? extends List<? extends Object>>>, io.qt.QtObjectInterface
Enclosing class:
QAbstractOAuth
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 QAbstractOAuth.ModifyParametersFunction extends io.qt.QtObjectInterface, BiConsumer<QAbstractOAuth.Stage,Map<String,? extends List<? extends Object>>>

Java wrapper for Qt callable QAbstractOAuth::ModifyParametersFunction

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(QAbstractOAuth.Stage arg__1, Map<String,? extends List<? extends Object>> arg__2)
     

    Methods inherited from interface java.util.function.BiConsumer

    andThen

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed