static boolean |
FluentFilters.and(boolean... filters) |
static Update |
FluentUpdates.combine(Update... updates) |
static Index |
FluentIndexes.compoundIndex(Index... indexes) |
static <TItem> boolean |
FluentFilters.elemMatch(Collection<TItem> field,
Function1<TItem,Boolean> filter) |
static <TItem> Projection |
FluentProjections.elemMatch(Collection<TItem> field,
Function1<TItem,Boolean> filter) |
static Projection |
FluentProjections.fields(Projection... projections) |
static boolean |
FluentFilters.nor(boolean... filters) |
static boolean |
FluentFilters.not(boolean filter) |
static boolean |
FluentFilters.or(boolean... filters) |
static Sort |
FluentSorts.orderBy(Sort... sorts) |
static Update |
FluentUpdates.pullByFilter(boolean filter) |