Uses of Class
com.google.common.util.concurrent.ClosingFuture.DeferredCloser
Packages that use ClosingFuture.DeferredCloser
-
Uses of ClosingFuture.DeferredCloser in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.DeferredCloserModifier and TypeMethodDescriptionClosingFuture.AsyncClosingFunction.apply
(ClosingFuture.DeferredCloser closer, T input) Applies this function to an input, or throws an exception if unable to do so.ClosingFuture.ClosingFunction.apply
(ClosingFuture.DeferredCloser closer, T input) Applies this function to an input, or throws an exception if unable to do so.ClosingFuture.Combiner2.AsyncClosingFunction2.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2) Applies this function to two inputs, or throws an exception if unable to do so.ClosingFuture.Combiner2.ClosingFunction2.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2) Applies this function to two inputs, or throws an exception if unable to do so.ClosingFuture.Combiner3.AsyncClosingFunction3.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3) Applies this function to three inputs, or throws an exception if unable to do so.ClosingFuture.Combiner3.ClosingFunction3.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3) Applies this function to three inputs, or throws an exception if unable to do so.ClosingFuture.Combiner4.AsyncClosingFunction4.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3, V4 value4) Applies this function to four inputs, or throws an exception if unable to do so.ClosingFuture.Combiner4.ClosingFunction4.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3, V4 value4) Applies this function to four inputs, or throws an exception if unable to do so.ClosingFuture.Combiner5.AsyncClosingFunction5.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3, V4 value4, V5 value5) Applies this function to five inputs, or throws an exception if unable to do so.ClosingFuture.Combiner5.ClosingFunction5.apply
(ClosingFuture.DeferredCloser closer, V1 value1, V2 value2, V3 value3, V4 value4, V5 value5) Applies this function to five inputs, or throws an exception if unable to do so.ClosingFuture.AsyncClosingCallable.call
(ClosingFuture.DeferredCloser closer) Computes a result, or throws an exception if unable to do so.ClosingFuture.ClosingCallable.call
(ClosingFuture.DeferredCloser closer) Computes a result, or throws an exception if unable to do so.ClosingFuture.Combiner.AsyncCombiningCallable.call
(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker) Computes aClosingFuture
result, or throws an exception if unable to do so.ClosingFuture.Combiner.CombiningCallable.call
(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker) Computes a result, or throws an exception if unable to do so.