T - the return type of the perform operationE - the type of Throwable that can be thrown from perform.@FunctionalInterface public interface Operation<T,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
T |
perform() |
Copyright © 2020 Atlassian. All rights reserved.