public final class GroupByUntil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupByUntil.Default<K,V,T,D>
Groups the source sequence of Ts until the specified duration for that group fires.
|
static class |
GroupByUntil.WithComparer<K,V,T,D>
Groups the source sequence of Ts until the specified duration for that group fires.
|