Interface SuccessCallback<T>

    • Method Detail

      • onSuccess

        void onSuccess​(@Nullable
                       T result)
        Called when the ListenableFuture completes with success.

        Note that Exceptions raised by this method are ignored.

        Parameters:
        result - the result