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 enumFields in com.google.common.util.concurrent declared as FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeFieldDescription(package private) static final FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.GetCheckedTypeValidatorHolder.BEST_VALIDATORMethods in com.google.common.util.concurrent that return FuturesGetChecked.GetCheckedTypeValidatorModifier and TypeMethodDescriptionprivate static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.bestGetCheckedTypeValidator()(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.classValueValidator()(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.GetCheckedTypeValidatorHolder.getBestValidator()Returns the ClassValue-using validator, or falls back to the "weak Set" implementation if unable to do so.(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.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).