You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must investigate whether I should pass a lambda to map functions, or even better how to make it a Stream so that I can use functional-style filter/fold/map functions.
The text was updated successfully, but these errors were encountered:
The big use case is selecting only a subset of the surrounding entities; using a filter would save a lot of code and quite possibly computation (since right now we first collect all visible entities around, and then iterate over them again to select a few).
Must investigate whether I should pass a lambda to map functions, or even better how to make it a Stream so that I can use functional-style filter/fold/map functions.
The text was updated successfully, but these errors were encountered: