Interface AsyncCallable<V extends @Nullable java.lang.Object>

    • Method Detail

      • call

        ListenableFuture<Vcall()
                          throws java.lang.Exception
        Computes a result Future. The output Future need not be done, making AsyncCallable suitable for asynchronous derivations.

        Throwing an exception from this method is equivalent to returning a failing ListenableFuture.

        Throws:
        java.lang.Exception