Package-level declarations

Inherited functions

Link copied to clipboard

Converts basic markdown to HTML.

Link copied to clipboard
fun <T, R> Flow<T>.airshipScanConcat(initial: R, transform: suspend (accumulator: R, value: T) -> Flow<R>): Flow<R>

Folds the given flow with operation, emitting every intermediate result, including initial value as a flattened sequence of emissions.