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

Add emitMultiple for Java iterable? #31490

Open
He-Pin opened this issue Aug 16, 2022 · 1 comment
Open

Add emitMultiple for Java iterable? #31490

He-Pin opened this issue Aug 16, 2022 · 1 comment
Labels
0 - new Ticket is unclear on it's purpose or if it is valid or not t:stream

Comments

@He-Pin
Copy link
Member

He-Pin commented Aug 16, 2022

final protected def emitMultiple[T](out: Outlet[T], elems: java.lang.Iterable[T], andThen: () => Unit): Unit

Add this for Java API?

@johanandren
Copy link
Member

Makes sense but problematic because of binary compatibility, every custom operator extending GraphStage could potentially have that utility method already and conflict.

@johanandren johanandren added 0 - new Ticket is unclear on it's purpose or if it is valid or not t:stream labels Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new Ticket is unclear on it's purpose or if it is valid or not t:stream
Projects
None yet
Development

No branches or pull requests

2 participants