Uses of Interface
com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidator
Packages that use FuturesGetChecked.GetCheckedTypeValidator
-
Uses of FuturesGetChecked.GetCheckedTypeValidator in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeClassDescription(package private) static enum
(package private) static enum
Fields in com.google.common.util.concurrent declared as FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeFieldDescription(package private) static final FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.GetCheckedTypeValidatorHolder.BEST_VALIDATOR
Methods in com.google.common.util.concurrent that return FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeMethodDescriptionprivate static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.bestGetCheckedTypeValidator()
(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.classValueValidator()
(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.GetCheckedTypeValidatorHolder.getBestValidator()
Returns the ClassValue-using validator, or falls back to the "weak Set" implementation if unable to do so.(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.weakSetValidator()
Methods in com.google.common.util.concurrent with parameters of type FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeMethodDescription(package private) static <V,
X extends Exception>
VFuturesGetChecked.getChecked
(FuturesGetChecked.GetCheckedTypeValidator validator, Future<V> future, Class<X> exceptionClass) Implementation ofFutures.getChecked(Future, Class)
.