Donald Raab

Results 115 comments of Donald Raab

Makes sense. Updated. I'll leave implementation detail up to the developer who contributes.

Thank you @johnjstuart for volunteering. I can assign the issue to you but thought it would be good to kick off some discussion here first. This seems like a tricky...

I agree with @nikhilnanivadekar and @victornoel it's just more practical at this stage to return a `Set`, even if `SetIterable` is the ideal return value.

@motlin I was hoping we could do a 11.1 release first, as we will be upgrading to Java 11 for EC 12.0 release. We can keep this on the PR...

@motlin We can review and merge this one now that we are opening 12.0 for next release.

Thoughts @motlin @prathasirisha @nikhilnanivadekar @mohrezaei? I've started implementing these, and I think it has been a type specific method we have been missing for a long time. It is also...

AbstractMutableListMultimap: ``` @Override public void forEachKeyMutableList(Procedure2

It's not the api that we give up, it is the compatibility with `java.util.List` when we use `ListIterable`. I checked on `asUnmodifiable`. It is defined on `MutableCollection`.

Did we have an agreement here how this should proceed @yawkat @motlin @mohrezaei or should we close the issue?