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

Joined(items, item) ctor is missing #1508

Closed
yegor256 opened this issue Nov 23, 2020 · 6 comments
Closed

Joined(items, item) ctor is missing #1508

yegor256 opened this issue Nov 23, 2020 · 6 comments

Comments

@yegor256
Copy link
Owner

We have Joined(item, items) ctor, which makes a list with the first element item, but we don't have a ctor to put the item at the end of the new list. How about creating one?

@victornoel
Copy link
Collaborator

@yegor256 would it be: Joined(Iterable<T> items, T item)?

@yegor256
Copy link
Owner Author

@victornoel yes, I think so

@victornoel
Copy link
Collaborator

@yegor256 ok, then let's add it for list, iterator and iterable. Btw note the following issue about list: #1254

@victornoel
Copy link
Collaborator

@0crat in

@victornoel
Copy link
Collaborator

@yegor256 looks like it has been fixed in #1523

@0crat
Copy link
Collaborator

0crat commented Jan 16, 2021

Job gh:yegor256/cactoos#1508 is not assigned, can't get performer

@0crat 0crat removed the 0crat/scope label Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants