public interface Result<T>
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
getException() |
T |
getResult() |
boolean |
isErrored() |
boolean isErrored()
RuntimeException getException()
T getResult()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.