public interface Result<T>
Configurator
operation.
This code is experimental. While this class is functional and tested, it may change or be removed in a future version of the library.
Modifier and Type | Method and Description |
---|---|
Optional<ConfiguratorException> |
getError()
If an exception occurred during processing, this
Optional will contain the exception
thrown. |
Optional<T> |
getOperationData()
Gets any operation-specific output data.
|
Status |
getStatus()
The final disposition of the operation.
|
boolean |
isOperationSucceeded()
Returns the success or failure of a particular operation.
|
boolean isOperationSucceeded()
Status getStatus()
Optional<ConfiguratorException> getError()
Optional
will contain the exception
thrown.This work is licensed under a Creative Commons Attribution 4.0 International License.