public static interface ContainerOperationResult.Operation<T>
Modifier and Type | Method and Description |
---|---|
Container |
getContainer() |
java.lang.Throwable |
getFailure() |
T |
getObject() |
ContainerOperationResult.Type |
getType() |
boolean |
hasFailed() |
ContainerOperationResult.Type getType()
Container getContainer()
boolean hasFailed()
java.lang.Throwable getFailure()
T getObject()