Skip to content

3.x: Inline Observable.concatMapIterable and flatMapIterable #6828

Closed
@akarnokd

Description

@akarnokd

They can be implemented more efficiently than relying on concatMap or flatMap, similarly to how Flowable implements them.

In addition, the bufferSize overloads make no sense as the operation is completely synchronous and nothing is to be buffered. (In comparison, Flowable.concatMapIterable has to buffer the upstream items because the downstream may not be ready to consume the iterable.)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions