R - reader type (self type)public interface Reader<R>
| Modifier and Type | Method and Description |
|---|---|
R |
groupBy(Projection<?> first,
Projection<?>... rest) |
R |
orderBy(Ordering first,
Ordering... rest) |
R groupBy(Projection<?> first, Projection<?>... rest)
Copyright © 2020 The Immutables.org authors. All rights reserved.