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
/** Execute the traversal and group elements by a given transformation function, ignoring the iterator order. Use is discouraged. */
62
+
@Doc(info =
63
+
"Execute the traversal and group elements by a given transformation function, ignoring the iterator order. Use is discouraged, because iteration order is not reproducible, which tends to produce very bad bugs."
0 commit comments