Skip to content

Commit 913fcf6

Browse files
committed
#36: Updated javadoc for List.group
1 parent 01bd0d9 commit 913fcf6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/main/java/fj/data/List.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ public Boolean f(final A a) {
403403
}
404404

405405
/**
406-
* Groups elements according to the given equality implementation.
406+
* Groups elements according to the given equality implementation by longest
407+
* sequence of equal elements.
407408
*
408409
* @param e The equality implementation for the elements.
409410
* @return A list of grouped elements.

0 commit comments

Comments
 (0)