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
FieldsModifier and TypeFieldDescriptionstatic final NullImplementation.NullContinuationSingleton instance of a NullContinuation. - 
Constructor Summary
Constructors - 
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:
 proceedin interfaceContinuation<R>- Parameters:
 r- the result of the execution preceding this continuation
 
 -