fun <T> stream(vararg values: T): ConsumableStream<T>
Creates a new Consumable stream for the provided values.