interface ReadScope<T : Any?> : Closeable

WriteScope

The scope used for a write transaction.


The scope used for a read transaction.

Summary

Public functions

suspend T

Read the data from the underlying storage.

Inherited functions

Unit

Closes the specified resource.

Public functions

readData

suspend fun readData(): T

Read the data from the underlying storage.