Package com.atlassian.bitbucket.util
Interface Operation<T,E extends Throwable>
- Type Parameters:
T
- the return type of the perform operationE
- the type of Throwable that can be thrown from perform.
- All Known Subinterfaces:
UncheckedOperation<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for operations carried out by services on behalf of plugins
-
Method Summary