Package-level declarations

Functions

Link copied to clipboard
fun <T> requireNonEmptyStream(stream: Flow<T>): Flow<T>

Throws IllegalArgumentException if the stream is empty.

Link copied to clipboard
inline fun <T : Any> T.toHubPayload(): HubPayload<T>