append

fun append(value: T)(source)

Append a new element to the stream

Since

0.5.0

Parameters

value

The value of the new element


fun append(vararg values: T)(source)

Append multiple new elements to the stream

Since

0.5.0

Parameters

values

The values of the new elements