Package com.tangosol.util
Class NullImplementation.NullContinuation<R>
java.lang.Object
com.tangosol.util.NullImplementation.NullContinuation<R>
- Type Parameters:
R
-
- All Implemented Interfaces:
Continuation<R>
- Enclosing class:
NullImplementation
public static class NullImplementation.NullContinuation<R>
extends Object
implements Continuation<R>
A Continuation that does nothing.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NullImplementation.NullContinuation
Singleton instance of a NullContinuation. -
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
Singleton instance of a NullContinuation.
-
-
Constructor Details
-
NullContinuation
public NullContinuation()
-
-
Method Details
-
proceed
Resume the execution after the completion of an asynchronous call.- Specified by:
proceed
in interfaceContinuation<R>
- Parameters:
r
- the result of the execution preceding this continuation
-