R
- public static class NullImplementation.NullContinuation<R> extends Object implements com.oracle.coherence.common.base.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