Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Feature request) ReplaySubject getValues #3039

Closed
diestrin opened this issue Nov 2, 2017 · 1 comment
Closed

(Feature request) ReplaySubject getValues #3039

diestrin opened this issue Nov 2, 2017 · 1 comment

Comments

@diestrin
Copy link

diestrin commented Nov 2, 2017

Similar to BehaviorSubject that has its getValue() method, I think ReplaySubject should have a getValues() method, and return all the previously emitted values.

Looking at source code I can see the events are being stored in the _events property, but they are not public accessible.

@kwonoj
Copy link
Member

kwonoj commented Sep 26, 2018

At this moment we don't think imperative getvalues should go for all subject variant, closing issue.

@kwonoj kwonoj closed this as completed Sep 26, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants