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
Converting Vavr's Seq into java.util.List with asJava method is more effective because in this case will be created only simple wrapper without creating heavy class and copy data into it.
Since resulting collections will be used only for read operations than readonly nature of such view will not be problem
Mark Paluch opened DATACMNS-1803 and commented
Converting Vavr's Seq into java.util.List with asJava method is more effective because in this case will be created only simple wrapper without creating heavy class and copy data into it.
Since resulting collections will be used only for read operations than readonly nature of such view will not be problem
Referenced from: pull request #287
The text was updated successfully, but these errors were encountered: