Interface ContainerOperationResult.Operation<T>
- All Known Implementing Classes:
ContainerOperationResult.GenericOperation
- Enclosing class:
ContainerOperationResult<T>
public static interface ContainerOperationResult.Operation<T>
-
Method Summary
-
Method Details
-
getType
ContainerOperationResult.Type getType() -
getContainer
Container getContainer() -
hasFailed
boolean hasFailed() -
getFailure
Throwable getFailure() -
getObject
T getObject()
-