use
Executes the given block function on SyncClient and then shuts it down correctly whether an exception is thrown or not.
Return
The result of block function invoked on this SyncClient.
Parameters
A function to process this SyncClient.
Executes the given block function on SyncDocument and then closes it down correctly whether an exception is thrown or not.
Return
The result of block function invoked on this SyncDocument.
Parameters
A function to process this SyncDocument.
Executes the given block function on SyncMap and then closes it down correctly whether an exception is thrown or not.
Return
The result of block function invoked on this SyncMap.
Parameters
A function to process this SyncMap.
Executes the given block function on SyncList and then closes it down correctly whether an exception is thrown or not.
Return
The result of block function invoked on this SyncList.
Parameters
A function to process this SyncList.
Executes the given block function on SyncStream and then closes it down correctly whether an exception is thrown or not.
Return
The result of block function invoked on this SyncStream.
Parameters
A function to process this SyncStream.