Module com.google.common
Interface ClosingFuture.Combiner3.ClosingFunction3<V1,V2,V3,U>
- Type Parameters:
V1- the type returned by the first futureV2- the type returned by the second futureV3- the type returned by the third futureU- the type returned by the function
- Enclosing class:
- ClosingFuture.Combiner3<V1,
V2, V3>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that returns a value when applied to the values of the three futures passed to
ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture).-
Method Summary
-
Method Details
-
apply
Applies this function to three inputs, or throws an exception if unable to do so.Any objects that are passed to
DeferredCloser#eventuallyClose(Closeable, Executor) closer.eventuallyClose()will be closed when theClosingFuturepipeline is done (but not before this method completes), even if this method throws or the pipeline is cancelled.- Throws:
Exception
-