JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.ores.async
Interface NeoTimesI.ITimesCallbacks<T,
E>
Enclosing class:
NeoTimesI
public static interface
NeoTimesI.ITimesCallbacks<T,
E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
reject
(
E
e)
void
resolve
(
T
v)
Method Details
resolve
void
resolve
(
T
v)
reject
void
reject
(
E
e)