Uses of Class
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
-
-
Uses of InternalFutureFailureAccess in com.google.common.util.concurrent.internal
Methods in com.google.common.util.concurrent.internal with parameters of type InternalFutureFailureAccess Modifier and Type Method Description static ThrowableInternalFutures. tryInternalFastPathGetFailure(InternalFutureFailureAccess future)Usually returnsnullbut, if the givenFuturehas failed, may optionally return the cause of the failure.
-