Interface FuturesExtra.AsyncFunction3<Z,​A,​B,​C>

  • Enclosing class:
    FuturesExtra

    public static interface FuturesExtra.AsyncFunction3<Z,​A,​B,​C>
    • Method Detail

      • apply

        com.google.common.util.concurrent.ListenableFuture<Z> apply​(A a,
                                                                    B b,
                                                                    C c)
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception