JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.almworks.jira.structure.api.util
Interface CallableE<V,
E extends
Exception
>
All Superinterfaces:
Callable
<V>
All Known Subinterfaces:
SimpleCallable
<V>
,
StructureCallable
<V>
public interface
CallableE<V,
E extends
Exception
>
extends
Callable
<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
call
()
Method Details
call
V
call
() throws
E
Specified by:
call
in interface
Callable
<
V
>
Throws:
E
extends
Exception