public abstract class AbstractReader<R extends Reader<R>> extends Object implements Reader<R>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReader(Query query) |
| Modifier and Type | Method and Description |
|---|---|
R |
groupBy(Projection<?> first,
Projection<?>... rest) |
protected abstract R |
newReader(Query query) |
R |
orderBy(Ordering first,
Ordering... rest) |
protected AbstractReader(Query query)
public R groupBy(Projection<?> first, Projection<?>... rest)
Copyright © 2020 The Immutables.org authors. All rights reserved.