| Package | Description |
|---|---|
| com.atlassian.jira.cluster |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
CuttingOffExecutorImpl.invokeOrCutOff(CuttingOffExecutor.Invoke<T> invoke) |
<T> Optional<T> |
CuttingOffExecutor.invokeOrCutOff(CuttingOffExecutor.Invoke<T> invoke)
Code provided as invoke will be invoked and returned object of type T will be wrapped and returned
as
Optional or supplied invoke will not be executed and Optional.empty() will be returned |
Copyright © 2002-2023 Atlassian. All Rights Reserved.