Class AbstractFuture.Cancellation

java.lang.Object
com.google.common.util.concurrent.AbstractFuture.Cancellation
Enclosing class:
AbstractFuture<V>

private static final class AbstractFuture.Cancellation extends Object
A special value to represent cancellation and the 'wasInterrupted' bit.
  • Field Details

  • Constructor Details

    • Cancellation

      Cancellation(boolean wasInterrupted, @CheckForNull Throwable cause)