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 © 2019 Atlassian. All rights reserved.