Interface ClosingFuture.Combiner5.AsyncClosingFunction5<V1 extends @Nullable Object,​V2 extends @Nullable Object,​V3 extends @Nullable Object,​V4 extends @Nullable Object,​V5 extends @Nullable Object,​U extends @Nullable Object>

    • Method Detail

      • apply

        ClosingFuture<Uapply​(ClosingFuture.DeferredCloser closer,
                               V1 value1,
                               V2 value2,
                               V3 value3,
                               V4 value4,
                               V5 value5)
                        throws Exception
        Applies this function to five inputs, or throws an exception if unable to do so.

        Any objects that are passed to closer.eventuallyClose() will be closed when the ClosingFuture pipeline is done (but not before this method completes), even if this method throws or the pipeline is cancelled.

        Throws:
        Exception