Interface WriteOperation<T>

    • Method Detail

      • execute

        T execute​(WriteBinding binding)
        Deprecated.
        General execute which can return anything of type T
        Parameters:
        binding - the binding to execute in the context of
        Returns:
        T, the result of the execution