android-components / mozilla.components.support.base.observer / Consumable / stream

stream

fun <T> stream(vararg values: T): ConsumableStream<T> (source)

Creates a new Consumable stream for the provided values.