QueryBuilder<DbEvent, DbEvent, QAfterDistinct> distinctByKind() { return QueryBuilder.apply(this, (query) { return query.addDistinctBy(3); }); }