public class ResolvedLazyTransformHelper<S,T> extends Object implements FutureDone<S>
| Constructor and Description |
|---|
ResolvedLazyTransformHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
failed(Throwable e) |
void |
resolved(S result) |
public void failed(Throwable e) throws Exception
failed in interface FutureDone<S>Exceptionpublic void resolved(S result) throws Exception
resolved in interface FutureDone<S>Exceptionpublic void cancelled()
throws Exception
cancelled in interface FutureDone<S>ExceptionCopyright © 2017. All rights reserved.