Package 

Interface TransactionWithSpanAndWithReturn

  • All Implemented Interfaces:
    com.openobserve.android.trace.api.span.OpenObserveSpan , com.squareup.sqldelight.TransactionCallbacks , com.squareup.sqldelight.TransactionWithReturn

    
    public interface TransactionWithSpanAndWithReturn<R extends Object>
     implements TransactionWithReturn<R>, OpenObserveSpan
                        

    An object that implements both OpenObserveSpan and TransactionWithReturn.