Class AbstractFuture.Cancellation
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractFuture.Cancellation
-
- Enclosing class:
- AbstractFuture<V>
private static final class AbstractFuture.Cancellation extends java.lang.Object
A special value to represent cancellation and the 'wasInterrupted' bit.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
cause
(package private) boolean
wasInterrupted
-
Constructor Summary
Constructors Constructor Description Cancellation(boolean wasInterrupted, java.lang.Throwable cause)
-