Package com.atlassian.bitbucket.util
Interface UncheckedOperation<T>
- All Superinterfaces:
Operation<T,RuntimeException>
Convenience version of
Operation that does not define a checked exception on its interface.-
Method Summary
-
Method Details
-
perform
T perform()- Specified by:
performin interfaceOperation<T,RuntimeException>
-