doc / ch.tutteli.atrium.api.infix.en_GB / grouped

grouped

infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, InOrderOnlySearchBehaviour>.grouped(entries: entries): IterableContains.Builder<E, T, InOrderOnlyGroupedSearchBehaviour> (source)

Defines that the Iterable contains in order only groups of entries whereas the order within the group is specified as next step.

Return
The newly created builder.