Skip to content

Deprecate partition, add splitBy method that multicasts the source sequence #3807

Closed
@trxcllnt

Description

@trxcllnt

Related to #3797, the ideal replacement would be a method that mutlicasts the source sequence and returns two Observable "lanes", and sends values down one or the other lane based on the predicate. This is conceptually similar to groupBy with only two groups, except it returns an Array of the grouped Observables instead of an Observable of the groups since the groups can be known ahead of time.

Metadata

Metadata

Assignees

Labels

featurePRs and issues for features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions