Package bridge
Class Invocation.Executor
java.lang.Object
bridge.Invocation.Executor
- Enclosing class:
- Invocation
A class that is used to execute method invocations
-
Method Summary
Modifier and TypeMethodDescription<E extends Throwable>
Invocation.Executorcheck()
Brings an exception into scope<E extends Throwable>
Invocation.ExecutorBrings an exception into scope<@Polymorphic T>
Tinvoke()
Executes the methodAdds an argument to the stackAdds an argument to the stackAdds an argument to the stack
-
Method Details
-
with
Adds an argument to the stack- Parameters:
argument
- Argument value- Returns:
- An imaginary reference for you to continue executing your request with.
- Notes:
- Calling this overload will cause the parameter type to be determined automatically.
-
with
Adds an argument to the stack- Parameters:
parameter
- Parameter type constant – no dynamic values are permitted here.argument
- Argument value- Returns:
- An imaginary reference for you to continue executing your request with.
-
with
Adds an argument to the stack- Parameters:
parameter
- Parameter type name constant – no dynamic values or string manipulation is permitted here.argument
- Argument value- Returns:
- An imaginary reference for you to continue executing your request with.
-
check
Brings an exception into scope- Type Parameters:
E
- Exception type- Returns:
- An imaginary reference for you to continue executing your request with.
- Throws:
E extends Throwable
-
check
Brings an exception into scope- Parameters:
exception
- Exception type constant – no dynamic values are permitted here.- Returns:
- An imaginary reference for you to continue executing your request with.
- Throws:
E extends Throwable
-
invoke
Executes the method- Returns:
- The real return value of the method.
-