aol / cyclops

An advanced, but easy to use, platform for writing functional applications in Java 8.
Apache License 2.0
1.31k stars 136 forks source link

Extended Collections operations should be totally lazy / reactive or Eager #946

Open johnmcclean opened 5 years ago

johnmcclean commented 5 years ago

Some operations (originally for performance reasons) such as remove / removeAll are always eager. These should respect whatever mode the extended collection is operating in.

johnmcclean commented 5 years ago

Or should it make it obvious in some way that it is always an eager operation.