R - public static class NullImplementation.NullContinuation<R> extends Object implements Continuation<R>
| Modifier and Type | Field and Description | 
|---|---|
static NullImplementation.NullContinuation | 
INSTANCE
Singleton instance of a NullContinuation. 
 | 
| Constructor and Description | 
|---|
NullContinuation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
proceed(R r)
Resume the execution after the completion of an asynchronous call. 
 | 
public static final NullImplementation.NullContinuation INSTANCE
public void proceed(R r)
proceed in interface Continuation<R>r - the result of the execution preceding this continuation