You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ZTransaction provides apply method taking a single Update[A] element as parameter.
Therefore you can process only a single update/insert/delete.etc..no batch.
It would be great, if ZTransaction additionally provides an apply method taking a list of parameter, allowing Update to be processed in aatch.
It would be great if the resulting ZTransaction would accumulate the results yielding ZTransaction[Any, Exception, Int]
The text was updated successfully, but these errors were encountered:
Currently ZTransaction provides apply method taking a single Update[A] element as parameter.
Therefore you can process only a single update/insert/delete.etc..no batch.
It would be great, if ZTransaction additionally provides an apply method taking a list of parameter, allowing Update to be processed in aatch.
It would be great if the resulting ZTransaction would accumulate the results yielding ZTransaction[Any, Exception, Int]
The text was updated successfully, but these errors were encountered: