R
- public static class NullImplementation.NullContinuation<R> extends Object implements Continuation<R>
Modifier and Type | Field | Description |
---|---|---|
static NullImplementation.NullContinuation |
INSTANCE |
Singleton instance of a NullContinuation.
|
Constructor | Description |
---|---|
NullContinuation() |
Modifier and Type | Method | 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