operation property

CancelableOperation<T> operation
final

The wrapped CancelableOperation which can be used for cancelable chaining and interop with other CancelableOperations.

Implementation

final CancelableOperation<T> operation;