Interface AvaticaConnection.CallableWithoutException<T>

  • Type Parameters:
    T - The return type from call.
    Enclosing class:
    AvaticaConnection

    public static interface AvaticaConnection.CallableWithoutException<T>
    A Callable-like interface but without a "throws Exception".
    • Method Detail

      • call

        T call()