JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.deinok.threading
Interface IDeferred<R>
Type Parameters:
R
- The return type
All Known Subinterfaces:
ITask
<R>
All Known Implementing Classes:
Task
public interface
IDeferred<R>
Interface of a Deferred
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
getResult
()
Gets the result of a deferred instance
Method Detail
getResult
R
getResult()
Gets the result of a deferred instance
Returns:
The Result
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.