ReadScope

interface ReadScope<T> : Closeable(source)

The scope used for a read transaction.

Functions

Link copied to clipboard
abstract fun close()

Closes the specified resource.

Link copied to clipboard
abstract suspend fun readData(): T

Read the data from the underlying storage.

Inheritors

Link copied to clipboard