Module qtjambi.networkauth
Package io.qt.network.auth
Interface QAbstractOAuth.ModifyParametersFunction
- All Superinterfaces:
BiConsumer<QAbstractOAuth.Stage,
,Map<String, ? extends List<? extends Object>>> 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 QtObjectInterface, BiConsumer<QAbstractOAuth.Stage,Map<String,? extends List<? extends Object>>>
Java wrapper for Qt callable QAbstractOAuth::ModifyParametersFunction
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<QAbstractOAuth.Stage,
Map<String, ? extends List<? extends Object>>>
-