Interface AsyncCallable<V>

    • Method Detail

      • call

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

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

        Throws: