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

some TODOs in Iterator fixed #487 #543

Merged
merged 2 commits into from
Sep 2, 2015

Conversation

ruslansennov
Copy link
Member

No description provided.

@@ -186,7 +186,7 @@ public boolean contains(T element) {

@Override
public Option<T> findLast(Predicate<? super T> predicate) {
throw new UnsupportedOperationException("TODO");
return findFirst(predicate);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!!

@danieldietrich
Copy link
Contributor

Thx for taking care of HashSet & Iterator!

Today we celebrated the birthday of my 5 yo daugther - 12 kids(!) where there. Now I'm relaxing by implementing the RedBlackTree :)

@ruslansennov
Copy link
Member Author

12 kids(!) where there

local hell :)

@danieldietrich
Copy link
Contributor

yep

danieldietrich added a commit that referenced this pull request Sep 2, 2015
@danieldietrich danieldietrich merged commit df26763 into vavr-io:master Sep 2, 2015
@ruslansennov ruslansennov deleted the todoIt branch September 2, 2015 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants