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

within

infix fun <E, T> IterableLikeContains.EntryPointStep<E, T, InOrderOnlyGroupedSearchBehaviour>.within(group: group): IterableLikeContains.EntryPointStep<E, T, InOrderOnlyGroupedWithinSearchBehaviour> (source)

A filler word to emphasis that the next step defines the order within expected groups of values.

Return
The newly created builder.

Since
0.14.0 -- API existed for Iterable but not for IterableLike.