- Type Parameters:
T1 - The type of the first argument.
T2 - The type of the second argument.
T3 - The type of the third argument.
T4 - The type of the fourth argument.
T5 - The type of the fifth argument.
T6 - The type of the sixth argument.
R - The type of the result.
- All Superinterfaces:
- P2JQueryExecutor.LambdaLogger
- Enclosing class:
- P2JQueryExecutor
- 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 P2JQueryExecutor.CompoundExecution<T1,T2,T3,T4,T5,T6,R>
extends P2JQueryExecutor.LambdaLogger
Functional interface, similar to Function, but accepting six arguments,
and having the capability of throwing an Exception.