See use case for append in #66 .
append and prepend still go through the SimpleTransformIterator
IMO the cleanest way to do this would be to add a parameter to the UnionIterator in #65 that requires the iterators in the union to be consumed sequentially, and then for append and prepend to just return a union of the current source, and the data to append/prepend.
@jacoscaz - do you have any thoughts on this?
See use case for
appendin #66 .appendandprependstill go through theSimpleTransformIteratorIMO the cleanest way to do this would be to add a parameter to the
UnionIteratorin #65 that requires the iterators in the union to be consumed sequentially, and then forappendandprependto just return aunionof the current source, and the data toappend/prepend.@jacoscaz - do you have any thoughts on this?