C I T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.google.common.util.concurrent.internal - package com.google.common.util.concurrent.internal
I
- InternalFutureFailureAccess - Class in com.google.common.util.concurrent.internal
-
A future that, if it fails, may optionally provide access to the cause of the failure.
- InternalFutureFailureAccess() - Constructor for class com.google.common.util.concurrent.internal.InternalFutureFailureAccess
-
Constructor for use by subclasses.
- InternalFutures - Class in com.google.common.util.concurrent.internal
-
Static utilities for
InternalFutureFailureAccess.
T
- tryInternalFastPathGetFailure() - Method in class com.google.common.util.concurrent.internal.InternalFutureFailureAccess
-
Usually returns
nullbut, if thisFuturehas failed, may optionally return the cause of the failure. - tryInternalFastPathGetFailure(InternalFutureFailureAccess) - Static method in class com.google.common.util.concurrent.internal.InternalFutures
-
Usually returns
nullbut, if the givenFuturehas failed, may optionally return the cause of the failure.
All Classes All Packages