- Type Parameters:
V1- Input type.V2- Input type.V3- Input type.V4- Input type.V5- Input type.V6- Input type.V7- Input type.R- Output type.
- Enclosing class:
- SneakyThrows
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function with seven arguments.
The apply(Object, Object, Object, Object, Object, Object, Object) method throws
checked exceptions using SneakyThrows.propagate(Throwable) method.
-
Method Summary
-
Method Details
-
tryApply
Apply this function to the given argument and produces a result.- Parameters:
v1- Input argument.v2- Input argument.v3- Input argument.v4- Input argument.v5- Input argument.v6- Input argument.v7- Input argument.- Returns:
- Result.
- Throws:
Exception- If something goes wrong.
-
apply
Apply this function to the given argument and produces a result.- Parameters:
v1- Input argument.v2- Input argument.v3- Input argument.v4- Input argument.v5- Input argument.v6- Input argument.v7- Input argument.- Returns:
- Result.
-