Interface ClosingFuture.Combiner2.ClosingFunction2<V1 extends @Nullable java.lang.Object,​V2 extends @Nullable java.lang.Object,​U extends @Nullable java.lang.Object>

    • Method Detail

      • apply

        U apply​(ClosingFuture.DeferredCloser closer,
                V1 value1,
                V2 value2)
         throws java.lang.Exception
        Applies this function to two 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:
        java.lang.Exception