android-components / mozilla.components.support.base.observer / ConsumableStream / append

append

@Synchronized fun append(vararg values: T): ConsumableStream<T> (source)

Copies the stream and appends the provided values.

Parameters

values - the values to append.

Return
a new consumable stream with the values appended.