kotlin-stdlib / kotlin.sequences / plusElement plusElement Common JVM JS Native 1.0 fun < T > Sequence < T > . plusElement ( element : T ) : Sequence < T > (source) Returns a sequence containing all elements of the original sequence and then the given element . The operation is intermediate and stateless .