We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bd0d9 commit 913fcf6Copy full SHA for 913fcf6
1 file changed
core/src/main/java/fj/data/List.java
@@ -403,7 +403,8 @@ public Boolean f(final A a) {
403
}
404
405
/**
406
- * Groups elements according to the given equality implementation.
+ * Groups elements according to the given equality implementation by longest
407
+ * sequence of equal elements.
408
*
409
* @param e The equality implementation for the elements.
410
* @return A list of grouped elements.
0 commit comments