Interface Invoke<T>
- Type Parameters:
T- the type of the input to therunmethod
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface representing an operation that accepts a single input argument and performs some action.
- Author:
- Sergey Grachev
-
Method Summary
-
Method Details
-
run
Performs this operation on the given argument.- Parameters:
object- the input argument- Throws:
Exception- if an error occurs while performing the operation
-