virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

Uses streams to filter non-overridable constants rather than iterator #1190

Closed CodeByDrescher closed 6 months ago

CodeByDrescher commented 6 months ago

Java iterator doesn't have the "remove" call for List iterator; Stream can filter with a lambda