public interface WhereStep extends GroupByStep
Modifier and Type | Method and Description |
---|---|
GroupByStep |
where(Predicate predicate) |
default GroupByStep |
where(java.util.function.Supplier<Predicate> supplier) |
groupBy
orderBy, orderBy, orderBy
GroupByStep where(Predicate predicate)
default GroupByStep where(java.util.function.Supplier<Predicate> supplier)