Interface FuturesExtra.AsyncFunction4<Z,​A,​B,​C,​D>

  • Enclosing class:
    FuturesExtra

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

      • apply

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