StreamStorage

interface StreamStorage<T>

Define a storage backend for a persistent stream

Functions

Link copied to clipboard
abstract fun read(): T?
Link copied to clipboard
abstract fun write(value: T)

Inheritors

Link copied to clipboard