@Synchronized fun append(vararg values: T): ConsumableStream<T>
Copies the stream and appends the provided values.
values - the values to append.
values
Return a new consumable stream with the values appended.